stdout -> stderr

Esse commit está contido em:
Kevin Sawicki
2014-12-12 14:57:31 -08:00
commit c345532864
+1 -1
Ver Arquivo
@@ -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')