mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
eslint фикс
This commit is contained in:
parent
bfccc5aac2
commit
d7bcaf8c2e
8 changed files with 24 additions and 24 deletions
|
@ -18,7 +18,7 @@ function getCallerFile() {
|
|||
callerFile = err.stack.shift().getFileName();
|
||||
if (currentFile !== callerFile) break;
|
||||
}
|
||||
} catch (e) {}
|
||||
} catch { return; }
|
||||
|
||||
Error.prepareStackTrace = originalFunc;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue