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.");
222
226
#if DEBUG
223
-
throw;// <<~ uncomment to crash the process
227
+
throw;
228
+
#else
229
+
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