diff --git a/Gruntfile.js b/Gruntfile.js index af81b22..187d806 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,7 @@ module.exports = function(grunt) { simplemocha: { options: { ui: 'bdd', - reporter: 'dot' + reporter: 'spec' }, unit: { src: [ diff --git a/lib/closure-linter-wrapper.js b/lib/closure-linter-wrapper.js index e4635e2..f1ddb9b 100644 --- a/lib/closure-linter-wrapper.js +++ b/lib/closure-linter-wrapper.js @@ -141,8 +141,8 @@ function execute(program, options, callback) { var flags = options.flags || [], src = options.src || [], params = [], - cmd = path.normalize('python \'' + __dirname + - '/../tools/' + program + '.py\''), + cmd = path.normalize('python "' + __dirname + + '/../tools/' + program + '.py"'), fullCommand; params.push(cmd);