提交 d805ac6b 编写于 作者: B Benjamin Pasero

more logging for #46199

上级 5cc9bf1f
......@@ -352,8 +352,11 @@ export class LifecycleService implements ILifecycleService {
// Calling app.quit() will trigger the close handlers of each opened window
// and only if no window vetoed the shutdown, we will get the will-quit event
this.logService.trace('Lifecycle#quit() - calling app.quit()');
app.quit();
});
} else {
this.logService.trace('Lifecycle#quit() - a pending quit was found');
}
return this.pendingQuitPromise;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册