We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5999042 commit 8f0ec19Copy full SHA for 8f0ec19
1 file changed
src/vs/workbench/node/pluginHostProcess.ts
@@ -36,7 +36,7 @@ function connectToRenderer(): TPromise<IRendererConnection> {
36
process.on('unhandledRejection', function(reason, promise) {
37
// 'promise' seems to be undefined all the time and
38
// that's why we cannot use the rejectionhandled event
39
- console.error('potentially unhandled rejected promise', promise);
+ console.warn('potentially unhandled rejected promise', promise);
40
onUnexpectedError(reason);
41
});
42
0 commit comments