wave-ai/frontend/.angular/cache/18.2.21/babel-webpack/dc0b7cb70e6a48230ffd6a265dc4a12fec9b343611535d2bf514b18a6fa952e3.json

1 line
490 B
JSON

{"ast":null,"code":"import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\nexport function reportUnhandledError(err) {\n timeoutProvider.setTimeout(() => {\n const {\n onUnhandledError\n } = config;\n if (onUnhandledError) {\n onUnhandledError(err);\n } else {\n throw err;\n }\n });\n}\n//# sourceMappingURL=reportUnhandledError.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}