We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be07b70 commit 2f1356dCopy full SHA for 2f1356d
tools/makie/plugins/makie-wasm/lib/index.js
@@ -28,7 +28,7 @@ function onError( error ) {
28
function onFinish( code ) {
29
if ( code !== 0 ) {
30
process.exitCode = code;
31
- return console.error( '`make` process exited with code `'+code + '`.' ); // eslint-disable-line no-console
+ return console.error( 'Child process exited with code `'+code + '`.' ); // eslint-disable-line no-console
32
}
33
} // end FUNCTION onFinish()
34
0 commit comments