mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Invoke grunt callback when shell test command completes
This commit is contained in:
@@ -158,8 +158,9 @@ module.exports = (grunt) ->
|
||||
options:
|
||||
stdout: true
|
||||
stderr: true
|
||||
callback: (error, stdout, stderr) ->
|
||||
callback: (error, stdout, stderr, callback) ->
|
||||
grunt.warn('Specs failed') if error?
|
||||
callback()
|
||||
|
||||
grunt.loadNpmTasks('grunt-coffeelint')
|
||||
grunt.loadNpmTasks('grunt-lesslint')
|
||||
|
||||
Reference in New Issue
Block a user