diff options
Diffstat (limited to 'node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js')
| -rw-r--r-- | node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js b/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js deleted file mode 100644 index 9ce5f56..0000000 --- a/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js +++ /dev/null @@ -1,14 +0,0 @@ -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
\ No newline at end of file |
