eslint фикс

This commit is contained in:
Данил 2024-08-14 21:20:08 +03:00
parent bfccc5aac2
commit d7bcaf8c2e
8 changed files with 24 additions and 24 deletions

View file

@ -18,7 +18,7 @@ function getCallerFile() {
callerFile = err.stack.shift().getFileName();
if (currentFile !== callerFile) break;
}
} catch (e) {}
} catch { return; }
Error.prepareStackTrace = originalFunc;