mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00:00
Fix bad c/c
This commit is contained in:
parent
217f0193fc
commit
ed2accecf5
@ -85,7 +85,7 @@ module.exports = function() {
|
||||
case 'stop':
|
||||
_.forEach(cluster.workers, worker => worker.kill());
|
||||
|
||||
process.exit(0);ter.fork();
|
||||
process.exit(0);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user