Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

hostReportError.js 125B

1234
  1. export function hostReportError(err) {
  2. setTimeout(() => { throw err; }, 0);
  3. }
  4. //# sourceMappingURL=hostReportError.js.map