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