fix: winston EIO

This commit is contained in:
linonetwo 2023-05-19 15:55:48 +08:00
parent b7ea3a5205
commit 275e18cc77
2 changed files with 2 additions and 0 deletions

View file

@ -201,6 +201,7 @@ app.on(
app.on('quit', () => {
uninstall?.uninstall();
logger.info('App quit');
logger.close();
});
if (!isTest) {