mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 17:26:05 +02:00
wip: better error handling
This commit is contained in:
@@ -67,6 +67,7 @@ console.info(`Misskey v${version}`);
|
||||
|
||||
// boot.jsのやつを解除
|
||||
window.onerror = null;
|
||||
window.onunhandledrejection = null;
|
||||
|
||||
if (_DEV_) {
|
||||
console.warn('Development mode!!!');
|
||||
|
||||
Reference in New Issue
Block a user