Skip to content

Commit

Permalink
Shut down server silently, as it is too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 19, 2017
1 parent 3a3be74 commit e806332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ choosePort(HOST, DEFAULT_PORT)

['SIGINT', 'SIGTERM'].forEach(function(sig) {
process.on(sig, function() {
console.log(`Gracefully shutting down server after ${sig}...`);
devServer.close();
process.exit();
});
Expand Down

0 comments on commit e806332

Please sign in to comment.