ci: typo in docker output

This commit is contained in:
Dave Horton
2020-12-14 13:47:41 -05:00
parent 3d2178897c
commit fc5c17848f

View File

@@ -67,8 +67,8 @@ obj.sippUac = (file, opts) => {
debug(`stdout: ${data}`);
addOutput(data.toString());
});
child_process.stdout.on('data', (data) => {
debug(`stdout: ${data}`);
child_process.stderr.on('data', (data) => {
debug(`stderr: ${data}`);
addOutput(data.toString());
});
});