diff --git a/Gruntfile.js b/Gruntfile.js index 70f826ac0e33c..4f8a3d6aa2e76 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1066,7 +1066,7 @@ module.exports = function(grunt) { files = spawn( 'gh', [ 'api', 'graphql', '-f', query] ); if ( 0 !== files.status ) { - grunt.fatal( 'Unable to fetch Twemoji file list' ); + grunt.fatal( files.stderr.toString() ); } try {