Skip to content

Commit

Permalink
Add note about checking stash if hook interrupted
Browse files Browse the repository at this point in the history
Closes #711
  • Loading branch information
sds committed Apr 6, 2020
1 parent d9e4998 commit a15edd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/overcommit/printer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def interrupt_triggered
def run_interrupted
log.newline
log.warning '⚠ Hook run interrupted by user'
log.warning '⚠ If files appear modified/missing, check your stash to recover them'
log.newline
end

Expand Down

0 comments on commit a15edd2

Please sign in to comment.