You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the benchmark code, the following error appears in the console. This might be due to the last changes in the API. This project is clean (no changes have been made).
(node:6520) UnhandledPromiseRejectionWarning: TypeError: module.Init is not a function
at C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark\benchmark.ts:48:18
at Generator.next (<anonymous>)
at C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark\benchmark.ts:8:71
at new Promise (<anonymous>)
at __awaiter (C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark\benchmark.ts:4:12)
at BenchmarkWebIFC (C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark\benchmark.ts:39:12)
at BenchmarkWebIFC (C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark\benchmark.ts:39:12)
at C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark\benchmark.ts:86:27
at Generator.next (<anonymous>)
at fulfilled (C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark\benchmark.ts:5:58)
(node:6520) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:6520) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
PS C:\Users\CYPE\Desktop\DEV\_proyectos\tomvandig\web-ifc\benchmark>
The text was updated successfully, but these errors were encountered:
When starting the benchmark code, the following error appears in the console. This might be due to the last changes in the API. This project is clean (no changes have been made).
The text was updated successfully, but these errors were encountered: