We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f84ae commit db07febCopy full SHA for db07feb
lib/bashly/watch.rb
@@ -49,8 +49,6 @@ def changes(modified, added, removed)
49
def wait
50
sleep
51
rescue ::Interrupt => e
52
- raise e if e.is_a?(Bashly::Interrupt)
53
-
54
raise Bashly::Interrupt, cause: e
55
end
56
0 commit comments