om/node_modules/rxjs/internal/util/hostReportError.js

8 lines
242 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function hostReportError(err) {
setTimeout(function () { throw err; });
}
exports.hostReportError = hostReportError;
//# sourceMappingURL=hostReportError.js.map