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
_logger.Log(LogLevel.Fatal,e,"Startup sequence threw an unexpected exception.");
224
228
#if DEBUG
225
-
throw;// <<~ uncomment to crash the process
229
+
throw;
230
+
#else
231
+
thrownewException("Rubberduck's startup sequence threw an unexpected exception. Please check the Rubberduck logs for more information and report an issue if necessary");
0 commit comments