We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6d0fa commit a0d42a0Copy full SHA for a0d42a0
tools/scripts/postinstall
@@ -69,7 +69,7 @@ function main() {
69
70
debug( 'Checking execution context...' );
71
if ( !RE_SCRIPT_CONTEXT.test( __filename ) ) {
72
- debug( 'Detected non-node_modules dependency context. Aborting post-install execution...' );
+ debug( 'Detected non-node_modules dependency context. Aborting script execution...' );
73
return;
74
}
75
debug( 'Detected node_modules dependency context.' );
0 commit comments