Fail if jison fails

This commit is contained in:
kpdecker
2013-05-27 14:58:49 -05:00
parent 822a8911ec
commit 3d51088d4d
+1 -1
View File
@@ -10,7 +10,7 @@ def compile_parser
sh "rm handlebars.js"
else
puts "Failed to run Jison."
fail "Failed to run Jison."
end
end