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

macOS: print the error when setting feed URL fails

上级 d2e0f0b6
......@@ -52,7 +52,7 @@ export class DarwinUpdateService extends AbstractUpdateService {
electron.autoUpdater.setFeedURL(createUpdateURL('darwin', quality));
} catch (e) {
// application is very likely not signed
this.logService.error('Failed to set update feed URL');
this.logService.error('Failed to set update feed URL', e);
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册