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