Skip to content

Commit

Permalink
syntax: formatting change for ExitHandlers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Sep 21, 2022
1 parent 806bb09 commit 7073654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/utils/ExitHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class ExitHandlers {
// Fail fast pattern
process.exit();
};

protected deadlockHandler = async () => {
if (process.exitCode == null) {
const e = new binErrors.ErrorBinAsynchronousDeadlock();
Expand Down

0 comments on commit 7073654

Please sign in to comment.