Fix corrupt local cache

This commit is contained in:
SukkaW
2024-10-15 20:27:49 +08:00
parent e0f7e7e48a
commit 8a0a50d049
7 changed files with 41 additions and 31 deletions

View File

@@ -125,8 +125,8 @@ process.on('unhandledRejection', (reason) => {
wtf.dump();
process.exit(0);
} catch (e) {
console.trace(e);
console.error('Something went wrong!');
console.trace(e);
process.exit(1);
}
})();