Skip to content

Commit e806332

Browse files
committed
Shut down server silently, as it is too noisy
1 parent 3a3be74 commit e806332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-scripts/scripts/start.js

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ choosePort(HOST, DEFAULT_PORT)
8787

8888
['SIGINT', 'SIGTERM'].forEach(function(sig) {
8989
process.on(sig, function() {
90-
console.log(`Gracefully shutting down server after ${sig}...`);
9190
devServer.close();
9291
process.exit();
9392
});

0 commit comments

Comments
 (0)