mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Merge pull request #5378 from Rovak/verify-phantom-and-casper-task
Add verify phantom and casper js task
This commit is contained in:
commit
be063749f1
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