We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 719cbfd + 99a15ff commit 22b9b3dCopy full SHA for 22b9b3d
1 file changed
src/index.ts
@@ -179,7 +179,6 @@ export class Docker {
179
exec(execCommand, execOptions, function(error, stdout, stderr) {
180
if (error) {
181
const message = `error: '${error}' stdout = '${stdout}' stderr = '${stderr}'`;
182
- console.error(message);
183
reject(message);
184
}
185
//need to wrap stdout in object
0 commit comments