From 3d51088d4de39ffcf1f87a13f02d8873204580ea Mon Sep 17 00:00:00 2001 From: kpdecker Date: Mon, 27 May 2013 14:58:49 -0500 Subject: [PATCH] Fail if jison fails --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ac935ddb..a6e3e102 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ def compile_parser sh "rm handlebars.js" else - puts "Failed to run Jison." + fail "Failed to run Jison." end end