Add missing space

This commit is contained in:
Kevin Sawicki 2014-09-22 17:18:15 -07:00
parent 428532cd24
commit 42e0f83259

View File

@ -33,7 +33,7 @@ module.exports = (grunt) ->
args = [path.join(grunt.config.get('atom.shellAppDir'), 'atom.exe')]
spawn {cmd, args}, (error) ->
return callback(error)if error?
return callback(error) if error?
args = [path.join(grunt.config.get('atom.shellAppDir'), '..', 'Releases', 'setup.exe')]
spawn {cmd, args}, (error) -> callback(error)