From 243de1060a63e24eba8228b2e9ca96b431240d40 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 21 Feb 2015 23:58:42 -0800 Subject: [PATCH] Fix assert. --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index db3eb3f85..96ed98331 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -30,7 +30,7 @@ module.exports = (grunt) -> assert = (statement, objs...) -> return '' unless grunt.config('pkg').tests_enabled - "throw new Error 'Assertion failed: ' + `#{json statement}` unless #{statement}" + "throw new Error 'Assertion failed: ' + #{json statement} unless #{statement}" # Project configuration. grunt.initConfig