Reject dockerError instead of error
This commit is contained in:
parent
72bb96e6f7
commit
e4746ae86e
|
@ -409,7 +409,7 @@ class HybridExecutable extends Executable
|
||||||
.then(=> @)
|
.then(=> @)
|
||||||
.catch((dockerError) =>
|
.catch((dockerError) =>
|
||||||
@debug(dockerError)
|
@debug(dockerError)
|
||||||
Promise.reject(error)
|
Promise.reject(dockerError)
|
||||||
)
|
)
|
||||||
|
|
||||||
run: (args, options = {}) ->
|
run: (args, options = {}) ->
|
||||||
|
|
Loading…
Reference in New Issue