Skip to content

Commit 8ddf922

Browse files
authored
feedback
1 parent 2777566 commit 8ddf922

File tree

1 file changed

+1
-1
lines changed
  • src/native/corehost/browserhost/loader

1 file changed

+1
-1
lines changed

src/native/corehost/browserhost/loader/dotnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export const dotnet: DotnetHostBuilder | undefined = new HostBuilder() as Dotnet
2424
export { exit };
2525

2626
// Auto-start when in Node.js or Shell environment
27-
selfHostNodeJS(dotnet!);
27+
selfHostNodeJS(dotnet!).catch();

0 commit comments

Comments
 (0)