test
parent
ec47228d09
commit
43476cbf0c
|
|
@ -505,10 +505,10 @@ class RemoteClientSystem {
|
||||||
const outputChunk = `${stdout.toString()}`;
|
const outputChunk = `${stdout.toString()}`;
|
||||||
cloud_runner_logger_1.default.logRemoteCli(outputChunk);
|
cloud_runner_logger_1.default.logRemoteCli(outputChunk);
|
||||||
output += outputChunk;
|
output += outputChunk;
|
||||||
child.on('close', function (code) {
|
});
|
||||||
cloud_runner_logger_1.default.logRemoteCli(`${code}`);
|
child.on('close', function (code) {
|
||||||
promise(output);
|
cloud_runner_logger_1.default.logRemoteCli(`${code}`);
|
||||||
});
|
promise(output);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -17,10 +17,10 @@ export class RemoteClientSystem {
|
||||||
const outputChunk = `${stdout.toString()}`;
|
const outputChunk = `${stdout.toString()}`;
|
||||||
CloudRunnerLogger.logRemoteCli(outputChunk);
|
CloudRunnerLogger.logRemoteCli(outputChunk);
|
||||||
output += outputChunk;
|
output += outputChunk;
|
||||||
child.on('close', function (code) {
|
});
|
||||||
CloudRunnerLogger.logRemoteCli(`${code}`);
|
child.on('close', function (code) {
|
||||||
promise(output);
|
CloudRunnerLogger.logRemoteCli(`${code}`);
|
||||||
});
|
promise(output);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue