stdout -> stderr

This commit is contained in:
Kevin Sawicki
2014-12-12 14:57:31 -08:00
parent c0c4e65b5d
commit c345532864

View File

@@ -16,7 +16,7 @@ module.exports = (grunt) ->
grunt.log.error(label)
stderr = stderr.replace(/^\[.*\] "/g, '')
stderr = stderr.replace(/source: .*$/g, '')
grunt.log.error(stdout)
grunt.log.error(stderr)
getAppPath = ->
contentsDir = grunt.config.get('atom.contentsDir')