We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3be74 commit e806332Copy full SHA for e806332
packages/react-scripts/scripts/start.js
@@ -87,7 +87,6 @@ choosePort(HOST, DEFAULT_PORT)
87
88
['SIGINT', 'SIGTERM'].forEach(function(sig) {
89
process.on(sig, function() {
90
- console.log(`Gracefully shutting down server after ${sig}...`);
91
devServer.close();
92
process.exit();
93
});
0 commit comments