Skip to content

Commit

Permalink
FIXED: tools/flashy: Did not exit on recent Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rsta2 committed Jun 22, 2023
1 parent 96b51b3 commit 9d8d9f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/flashy/flashy.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,4 +719,5 @@ function parseCommandLine()
// Finished
await closeSerialPortAsync();
stdout.write(`Done!\n`);
})();
process.exit(0);
})();

0 comments on commit 9d8d9f2

Please sign in to comment.