mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
debug cmds
This commit is contained in:
@@ -31,6 +31,8 @@ async function getChildProcess({ isFirstTry }) {
|
||||
return null;
|
||||
}
|
||||
|
||||
console.log('-> cmd', cmd);
|
||||
|
||||
const child = require("child_process").spawn(cmd, args, {
|
||||
stdio: "inherit",
|
||||
env: env,
|
||||
|
||||
Reference in New Issue
Block a user