We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e4998 commit a15edd2Copy full SHA for a15edd2
lib/overcommit/printer.rb
@@ -51,6 +51,7 @@ def interrupt_triggered
51
def run_interrupted
52
log.newline
53
log.warning '⚠ Hook run interrupted by user'
54
+ log.warning '⚠ If files appear modified/missing, check your stash to recover them'
55
56
end
57
0 commit comments