diff options
Diffstat (limited to 'tasks/parser.js')
-rw-r--r-- | tasks/parser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/parser.js b/tasks/parser.js index 47533ce..7ff7258 100644 --- a/tasks/parser.js +++ b/tasks/parser.js @@ -6,7 +6,7 @@ module.exports = function(grunt) { var cmd = './node_modules/.bin/jison'; - if(process.platform === 'win32'){ + if (process.platform === 'win32') { cmd = 'node_modules\\.bin\\jison.cmd'; } |