Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Apr 21, 2024
1 parent 9e11956 commit fb1f084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tscx/src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class Compiler {
}
this.currentSubprocess = currentTask();
this.currentSubprocess.on("close", (code, signal) => {
// manually exiting or unexpected exception will not execute next task
if (code || signal) {
return;
}
Expand Down

0 comments on commit fb1f084

Please sign in to comment.