mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
stdout -> stderr
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user