report other errors better
This commit is contained in:
parent
293763cc1e
commit
58d8f95588
@ -81,6 +81,9 @@ module Jasmine
|
||||
fh.close
|
||||
end
|
||||
end
|
||||
rescue StandardError => e
|
||||
puts "[%s] Error in compiling one of the followng: %s" % [ 'coffeescript'.color(:red), files.join(' ').color(:yellow) ]
|
||||
raise e
|
||||
ensure
|
||||
files.clear
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user