Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 17, 2022
1 parent ac8b8f4 commit 62968d6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,6 +30,6 @@ process.stdin.on("data", function listener(chunk) {
});

setTimeout(() => {
console.error("EXECUTOR TIMEOUT");
process.exit(1);
console.log("EXECUTOR TIMEOUT");
process.exit(0);
}, 5000);

0 comments on commit 62968d6

Please sign in to comment.