Skip to content

Commit 8f0ec19

Browse files
committed
don't scare people microsoft#693
1 parent 5999042 commit 8f0ec19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/node/pluginHostProcess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function connectToRenderer(): TPromise<IRendererConnection> {
3636
process.on('unhandledRejection', function(reason, promise) {
3737
// 'promise' seems to be undefined all the time and
3838
// that's why we cannot use the rejectionhandled event
39-
console.error('potentially unhandled rejected promise', promise);
39+
console.warn('potentially unhandled rejected promise', promise);
4040
onUnexpectedError(reason);
4141
});
4242

0 commit comments

Comments
 (0)