📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 06:23:11
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
/
util
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/esm/internal/util
🔄 Refresh
✏️
Editing: reportUnhandledError.js
Writable
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
💾 Save Changes
❌ Cancel