mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
Add missing space
This commit is contained in:
parent
428532cd24
commit
42e0f83259
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user