ok, fine
This commit is contained in:
parent
56e71e7ada
commit
7ca6900570
|
@ -25,7 +25,7 @@ module Guard
|
|||
UI.info "Guard::JasmineHeadlessWebkit running all specs..."
|
||||
JasmineHeadlessWebkitRunner.run if run_all_things_before
|
||||
@ran_before = false
|
||||
rescue CoffeeScript::CompilationError
|
||||
rescue ::CoffeeScript::CompilationError
|
||||
rescue StandardError => e
|
||||
puts e.message
|
||||
puts e.backtrace.join("\n")
|
||||
|
@ -44,7 +44,7 @@ module Guard
|
|||
run_all
|
||||
end
|
||||
end
|
||||
rescue CoffeeScript::CompilationError
|
||||
rescue ::CoffeeScript::CompilationError
|
||||
rescue StandardError => e
|
||||
puts e.message
|
||||
puts e.backtrace.join("\n")
|
||||
|
|
Loading…
Reference in New Issue