mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-20 19:42:04 +08:00
chore: bump electron version (#7922)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { app, shell } from 'electron';
|
||||
import log from 'electron-log';
|
||||
import log from 'electron-log/main';
|
||||
|
||||
export const logger = log.scope('main');
|
||||
log.initialize();
|
||||
log.initialize({
|
||||
preload: false,
|
||||
});
|
||||
|
||||
log.transports.file.level = 'info';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user