Skip to content

Commit a0d42a0

Browse files
committed
Update debug message
1 parent aa6d0fa commit a0d42a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/postinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function main() {
6969

7070
debug( 'Checking execution context...' );
7171
if ( !RE_SCRIPT_CONTEXT.test( __filename ) ) {
72-
debug( 'Detected non-node_modules dependency context. Aborting post-install execution...' );
72+
debug( 'Detected non-node_modules dependency context. Aborting script execution...' );
7373
return;
7474
}
7575
debug( 'Detected node_modules dependency context.' );

0 commit comments

Comments
 (0)