Forward standard error stream from remote execution
This commit is contained in:
@@ -2,7 +2,7 @@ module Producer
|
||||
module Core
|
||||
class Action
|
||||
extend Forwardable
|
||||
def_delegators :@env, :input, :output, :remote
|
||||
def_delegators :@env, :input, :output, :error_output, :remote
|
||||
def_delegators :remote, :fs
|
||||
|
||||
attr_reader :env, :arguments
|
||||
|
||||
Reference in New Issue
Block a user