Skip to content

Commit

Permalink
don't scare people #693
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Nov 27, 2015
1 parent 5999042 commit 8f0ec19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/node/pluginHostProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function connectToRenderer(): TPromise<IRendererConnection> {
process.on('unhandledRejection', function(reason, promise) {
// 'promise' seems to be undefined all the time and
// that's why we cannot use the rejectionhandled event
console.error('potentially unhandled rejected promise', promise);
console.warn('potentially unhandled rejected promise', promise);
onUnexpectedError(reason);
});

Expand Down

0 comments on commit 8f0ec19

Please sign in to comment.