mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
🐛
This commit is contained in:
@@ -171,8 +171,7 @@ module.exports = (grunt) ->
|
||||
|
||||
grunt.registerTask 'update-atom-shell', 'Update atom-shell', ->
|
||||
done = @async()
|
||||
commands.push (callback) ->
|
||||
spawn cmd: 'script/update-atom-shell', (error) -> done(error)
|
||||
spawn cmd: 'script/update-atom-shell', (error) -> done(error)
|
||||
|
||||
grunt.registerTask 'test', 'Run the specs', ->
|
||||
done = @async()
|
||||
|
||||
Reference in New Issue
Block a user