Merge remote-tracking branch 'origin/1.1.x_branch' into 1.2.x_branch
This commit is contained in:
@@ -296,7 +296,9 @@ module.exports.executeAsync = (command, args=[]) => {
|
|||||||
};
|
};
|
||||||
if (working) {
|
if (working) {
|
||||||
processOptions.cwd = working;
|
processOptions.cwd = working;
|
||||||
cmd = './' + cmd;
|
if (os.platform() !== 'win32') {
|
||||||
|
cmd = './' + cmd;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const process = new spawn(cmd, args, processOptions);
|
const process = new spawn(cmd, args, processOptions);
|
||||||
|
|||||||
Reference in New Issue
Block a user