mirror of https://github.com/docker/docs.git
Removing unnecessary log
This commit is contained in:
parent
2e7e64471c
commit
b8b6f94d6f
|
@ -8,7 +8,6 @@ module.exports = {
|
||||||
options = options || {};
|
options = options || {};
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
exec(args, options, (stderr, stdout, code) => {
|
exec(args, options, (stderr, stdout, code) => {
|
||||||
console.log(stderr);
|
|
||||||
if (code) {
|
if (code) {
|
||||||
reject(new Error(stderr));
|
reject(new Error(stderr));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue