Skip to content

Commit e278739

Browse files
committed
Don't inherit stdio
1 parent 301aaf0 commit e278739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/odmRunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module.exports = {
133133
}
134134

135135
let childProcess = spawn(pythonExe, [shQuote(path.join(__dirname, "..", "helpers", "odmOptionsToJson.py")),
136-
"--project-path", shQuote(config.odm_path), "bogusname"], { env, stdio: 'inherit', shell: true });
136+
"--project-path", shQuote(config.odm_path), "bogusname"], { env, shell: true });
137137

138138
// Cleanup on done
139139
let handleResult = (err, result) => {

0 commit comments

Comments
 (0)