We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2777566 commit 8ddf922Copy full SHA for 8ddf922
src/native/corehost/browserhost/loader/dotnet.ts
@@ -24,4 +24,4 @@ export const dotnet: DotnetHostBuilder | undefined = new HostBuilder() as Dotnet
24
export { exit };
25
26
// Auto-start when in Node.js or Shell environment
27
-selfHostNodeJS(dotnet!);
+selfHostNodeJS(dotnet!).catch();
0 commit comments