Skip to content

Commit

Permalink
Restore changes from #3361 ping to #3375
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 30, 2024
1 parent f844c02 commit 2b3f18b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ const debug = require("debug")("Eleventy:cmd");
});

process.on("SIGINT", async () => {
// stops the server too
await elev.stopWatch();
process.exit();
process.exitCode = 0;
});
} else {
if (!argv.to || argv.to === "fs") {
Expand Down

0 comments on commit 2b3f18b

Please sign in to comment.