PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/rxjs/dist/esm5/internal/util
Просмотр файла: reportUnhandledError.js
import { config } from '../config';
import { timeoutProvider } from '../scheduler/timeoutProvider';
export function reportUnhandledError(err) {
timeoutProvider.setTimeout(function () {
var onUnhandledError = config.onUnhandledError;
if (onUnhandledError) {
onUnhandledError(err);
}
else {
throw err;
}
});
}
//# sourceMappingURL=reportUnhandledError.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!