revert console

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-24 11:16:23 +01:00
parent 209b13774c
commit ab30d1a859
@@ -44,7 +44,6 @@ export const executeShellCommand = async (options: RunCommandOptions) => {
options: spawnOptions,
logStream = new PassThrough(),
} = options;
console.log('in exec shell commabnd');
await new Promise<void>((resolve, reject) => {
const process = spawn(command, args, spawnOptions);