handzlikchris/FastScriptReload

Exception when immersive debugging is enabled

sebas77 opened this issue · 1 comments

#if ImmersiveVrTools_DebugEnabled
LoggerScoped.Log($"Application not playing, change to: {e.Name} won't be compiled and hot reloaded");
#endif

e is not found

thanks, you can remove e for now, I'll patch that