Skip to content

Commit 348c5b5

Browse files
committed
console.log -> console.error
1 parent 598e687 commit 348c5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/preinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ if (process.platform === 'win32') {
2323
child.stdout.pipe(process.stdout);
2424
child.stderr.pipe(process.stderr);
2525
child.on('error', (err) => {
26-
console.log('Failed to start child process.');
26+
console.error('Failed to start child process.');
2727
});
2828
}

0 commit comments

Comments
 (0)