Skip to content

Commit

Permalink
Obliterate the last process.exit on business logic
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jul 12, 2022
1 parent 304765b commit 067600e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cml/tensorboard-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ exports.handler = async (opts) => {
else await fs.appendFile(file, url);

closeFd(stdoutFd) && closeFd(stderrFd);
process.exit(0);
};

exports.builder = (yargs) =>
Expand Down

1 comment on commit 067600e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.