This commit is contained in:
Johannes Rieken
2016-09-19 11:04:02 +02:00
parent de7267dc4e
commit c57d4d05e2

View File

@@ -56,7 +56,7 @@ function connectToRenderer(): TPromise<IRendererConnection> {
const idx = unhandledPromises.indexOf(promise);
if (idx >= 0) {
unhandledPromises.splice(idx, 1);
console.warn('rejected promise not handled with 1 second');
console.warn('rejected promise not handled within 1 second');
onUnexpectedError(reason);
}
}, 1000);