Method: Licensed::Shell::Error#message
- Defined in:
- lib/licensed/shell.rb
#message ⇒ Object
43 44 45 46 |
# File 'lib/licensed/shell.rb', line 43 def extra = @stderr.empty?? "" : "#{@stderr.gsub(/^/, " ")}" "'#{escape_cmd}' exited with status #{@exitstatus}\n#{extra}" end |