We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22a2c6 commit 562ee26Copy full SHA for 562ee26
scripts/manager.js
@@ -23,9 +23,9 @@ Process.prototype.onExit = function( code ) {
23
}
24
};
25
26
-new Process( "update-server.js", "--console" );
27
-new Process( "wordpress-update.js", "--console" );
28
-new Process( "retry.js", "--console" );
+new Process( "update-server.js" );
+new Process( "wordpress-update.js" );
+new Process( "retry.js" );
29
30
// Let SIGINT pass through to spawned processes. When all children exit,
31
// the manager will end on its own.
0 commit comments