wip: better error handling

This commit is contained in:
syuilo
2021-03-03 00:25:13 +09:00
parent 878f09460c
commit 7e93319873
2 changed files with 59 additions and 25 deletions

View File

@ -67,6 +67,7 @@ console.info(`Misskey v${version}`);
// boot.jsのやつを解除
window.onerror = null;
window.onunhandledrejection = null;
if (_DEV_) {
console.warn('Development mode!!!');