Buckets:
| import { config } from '../config'; | |
| import { timeoutProvider } from '../scheduler/timeoutProvider'; | |
| export function reportUnhandledError(err) { | |
| timeoutProvider.setTimeout(() => { | |
| const { onUnhandledError } = config; | |
| if (onUnhandledError) { | |
| onUnhandledError(err); | |
| } | |
| else { | |
| throw err; | |
| } | |
| }); | |
| } | |
| //# sourceMappingURL=reportUnhandledError.js.map |
Xet Storage Details
- Size:
- 411 Bytes
- Xet hash:
- e6805f4835be81079d1b401f734dc55fe038527d9b30bdcef7fccca9ecf3ad29
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.