mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 04:40:23 +08:00
Shut down server silently, as it is too noisy
This commit is contained in:
1
packages/react-scripts/scripts/start.js
vendored
1
packages/react-scripts/scripts/start.js
vendored
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user