mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Fix corrupt local cache
This commit is contained in:
@@ -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);
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user