diff --git a/bin/next b/bin/next index 5921e6b2..8654d788 100755 --- a/bin/next +++ b/bin/next @@ -65,7 +65,7 @@ const startProcess = () => { if (signal === 'SIGKILL') { process.exit(137) } - console.log(`got signal ${signal}, exitting`) + console.log(`got signal ${signal}, exiting`) process.exit(1) } process.exit(0)