This commit is contained in:
Philipp Kunz 2016-06-07 04:55:08 +02:00
parent 1bcb1f8fee
commit 1408cb3b3d

View File

@ -12,7 +12,7 @@ export let bash = (commandArg:string,retryArg = 2,bareArg = false) => {
"bash -c \"source /usr/local/nvm/nvm.sh &&" +
commandArg +
"\""
).code;
);
} else {
execResult = plugins.shelljs.exec(bareArg);
}