Skip to content

Commit 22b9b3d

Browse files
authored
Merge pull request #1 from ruchevits/patch-1
Promise is rejected with error, why force console output?
2 parents 719cbfd + 99a15ff commit 22b9b3d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export class Docker {
179179
exec(execCommand, execOptions, function(error, stdout, stderr) {
180180
if (error) {
181181
const message = `error: '${error}' stdout = '${stdout}' stderr = '${stderr}'`;
182-
console.error(message);
183182
reject(message);
184183
}
185184
//need to wrap stdout in object

0 commit comments

Comments
 (0)