Skip to content

Commit a15edd2

Browse files
committed
Add note about checking stash if hook interrupted
Closes sds#711
1 parent d9e4998 commit a15edd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/overcommit/printer.rb

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def interrupt_triggered
5151
def run_interrupted
5252
log.newline
5353
log.warning '⚠ Hook run interrupted by user'
54+
log.warning '⚠ If files appear modified/missing, check your stash to recover them'
5455
log.newline
5556
end
5657

0 commit comments

Comments
 (0)