Skip to content

Commit

Permalink
fix: fix subsequent configuration change reload without callback
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Nov 7, 2023
1 parent 1b4ccee commit 41d95b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ export class Configuration {
.finally(() => {
Configuration.configurationFileReloading = false;
});
} else {
Configuration.configurationFileReloading = false;
}
}
});
Expand Down

0 comments on commit 41d95b7

Please sign in to comment.