4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
export function hostReportError(err) {
|
|
setTimeout(() => { throw err; }, 0);
|
|
}
|
|
//# sourceMappingURL=hostReportError.js.map |