report other errors better
This commit is contained in:
parent
293763cc1e
commit
58d8f95588
@ -81,6 +81,9 @@ module Jasmine
|
|||||||
fh.close
|
fh.close
|
||||||
end
|
end
|
||||||
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
|
ensure
|
||||||
files.clear
|
files.clear
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user