Make WordPress Core

Changeset 59443


Ignore:
Timestamp:
11/21/2024 01:16:07 PM (16 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Improve the error message shown when fetching Twemoji fails.

This allows the full error message to be shown from the connection attempt instead of a generic error message.

Fixes #62382

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r59083 r59443  
    10671067
    10681068                                if ( 0 !== files.status ) {
    1069                                     grunt.fatal( 'Unable to fetch Twemoji file list' );
     1069                                    grunt.fatal( files.stderr.toString() );
    10701070                                }
    10711071
Note: See TracChangeset for help on using the changeset viewer.