Skip to content

Commit 6937f30

Browse files
authored
Shame on me
1 parent 21ea600 commit 6937f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ choosePort(HOST, DEFAULT_PORT)
8888
['SIGINT', 'SIGTERM'].forEach(function(sig) {
8989
process.on(sig, function() {
9090
console.log(`Gracefully shutting down server after ${sig}...`);
91-
server.close();
91+
devServer.close();
9292
process.exit();
9393
});
9494
});

0 commit comments

Comments
 (0)