Skip to content

Commit

Permalink
Do not force quit Rollup or close stdout
Browse files Browse the repository at this point in the history
reverts #4969, #4983
  • Loading branch information
lukastaegert committed May 20, 2023
1 parent 11f6082 commit 67a287b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cli/cli.ts
Expand Up @@ -21,8 +21,6 @@ if (command.help || (process.argv.length <= 2 && process.stdin.isTTY)) {
} catch {
// do nothing
}
run(command).then(() => {
process.stdout.on('finish', () => process.exit(0));
process.stdout.end();
});

run(command);
}

0 comments on commit 67a287b

Please sign in to comment.