diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-03-03 01:04:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-03-03 01:04:45 +0900 |
| commit | 9a4a534c92f6c9c112438f2a494de9d0d707d46d (patch) | |
| tree | 791dc0180be776a0513bd14fd48bad1de6e9659a /src/client/init.ts | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.73.0 (diff) | |
| download | misskey-9a4a534c92f6c9c112438f2a494de9d0d707d46d.tar.gz misskey-9a4a534c92f6c9c112438f2a494de9d0d707d46d.tar.bz2 misskey-9a4a534c92f6c9c112438f2a494de9d0d707d46d.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/client/init.ts')
| -rw-r--r-- | src/client/init.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/init.ts b/src/client/init.ts index 6a539a0e1d..b3c53db7bb 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -67,6 +67,7 @@ console.info(`Misskey v${version}`); // boot.jsのやつを解除 window.onerror = null; +window.onunhandledrejection = null; if (_DEV_) { console.warn('Development mode!!!'); |