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 598e687 commit 348c5b5Copy full SHA for 348c5b5
scripts/preinstall.js
@@ -23,6 +23,6 @@ if (process.platform === 'win32') {
23
child.stdout.pipe(process.stdout);
24
child.stderr.pipe(process.stderr);
25
child.on('error', (err) => {
26
- console.log('Failed to start child process.');
+ console.error('Failed to start child process.');
27
});
28
}
0 commit comments