Forward standard error stream from remote execution
This commit is contained in:
@@ -7,7 +7,7 @@ module Producer
|
||||
end
|
||||
|
||||
def apply
|
||||
remote.execute(arguments.first, output)
|
||||
remote.execute(arguments.first, output, error_output)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user