Method: ProcessExecuter::CommandError#error_message
- Defined in:
- lib/process_executer/errors.rb
#error_message ⇒ String
The human readable representation of this error
90 91 92 |
# File 'lib/process_executer/errors.rb', line 90 def "#{result.command}, status: #{result}, stderr: #{result.stderr.inspect}" end |