mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
output stderror instead of stdout to show detailed errors when spawnCasperJS fails
This commit is contained in:
parent
464c16f2aa
commit
d23b67737b
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ var _ = require('lodash'),
|
|||
}, function (error, result, code) {
|
||||
/*jshint unused:false*/
|
||||
if (error) {
|
||||
grunt.fail.fatal(result.stdout);
|
||||
grunt.fail.fatal(result.stderr);
|
||||
}
|
||||
grunt.log.writeln(result.stdout);
|
||||
done();
|
||||
|
|
Loading…
Add table
Reference in a new issue