Change default of raise_exception for execute_command
This commit is contained in:
@ -64,7 +64,7 @@ class Runner < ApplicationRecord
|
||||
Time.zone.now - starting_time # execution duration
|
||||
end
|
||||
|
||||
def execute_command(command, raise_exception: false)
|
||||
def execute_command(command, raise_exception: true)
|
||||
output = {}
|
||||
stdout = +''
|
||||
stderr = +''
|
||||
|
Reference in New Issue
Block a user