Skip to content

Commit

Permalink
Keep abort check
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed May 21, 2024
1 parent 8b97ca7 commit 7ca8172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turbo_boost/commands/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def add_success_event
end

def add_abort_event
return unless error
return unless error && command_aborted?
add_event "turbo-boost:command:abort", message: error.message
end

Expand Down

0 comments on commit 7ca8172

Please sign in to comment.