Skip to content

Commit 2f1356d

Browse files
committed
Update error message
1 parent be07b70 commit 2f1356d

File tree

1 file changed

+1
-1
lines changed
  • tools/makie/plugins/makie-wasm/lib

1 file changed

+1
-1
lines changed

tools/makie/plugins/makie-wasm/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function onError( error ) {
2828
function onFinish( code ) {
2929
if ( code !== 0 ) {
3030
process.exitCode = code;
31-
return console.error( '`make` process exited with code `'+code + '`.' ); // eslint-disable-line no-console
31+
return console.error( 'Child process exited with code `'+code + '`.' ); // eslint-disable-line no-console
3232
}
3333
} // end FUNCTION onFinish()
3434

0 commit comments

Comments
 (0)