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 2569377 commit d65d55aCopy full SHA for d65d55a
src/BuiltInTools/DotNetDeltaApplier/StartupHook.cs
@@ -49,7 +49,7 @@ public static void Initialize()
49
var path = Path.Combine(processDir, args.Name + ".dll");
50
return File.Exists(path) ? AssemblyLoadContext.Default.LoadFromAssemblyPath(path) : null;
51
},
52
- hotReloadExceptionCreateHandler: async (code, message) =>
+ hotReloadExceptionCreateHandler: (code, message) =>
53
{
54
// Continue executing the code if the debugger is attached.
55
// It will throw the exception and the debugger will handle it.
0 commit comments