fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-26 17:45:58 +01:00
parent 1c4f6a8bf9
commit f516a6e753

View File

@ -19,7 +19,7 @@ export class ShellLog {
}
return dataArg;
})();
console.log(dataString);
process.stdout.write(dataString);
}
/**