Skip to content

Commit

Permalink
Shame on me
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and romaindso committed Jul 10, 2017
1 parent 47353da commit c0ce492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ choosePort(HOST, DEFAULT_PORT)
['SIGINT', 'SIGTERM'].forEach(function(sig) {
process.on(sig, function() {
console.log(`Gracefully shutting down server after ${sig}...`);
server.close();
devServer.close();
process.exit();
});
});
Expand Down

0 comments on commit c0ce492

Please sign in to comment.