Skip to content

Commit

Permalink
WIP: Work on finding out why signal failes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 21, 2023
1 parent 51e1100 commit 1c9d78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/aruba/processes/spawn_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def exit_code

def send_signal(signal)
Process.kill signal, @pid
rescue Errno::EINVAL
warn "Failed for #{signal} and #{@pid}"
end
end

Expand Down

0 comments on commit 1c9d78b

Please sign in to comment.