File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
TumblThree.Applications/Controllers Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1212
1313[ assembly: ComVisible ( false ) ]
1414[ assembly: NeutralResourcesLanguage ( "en-US" , UltimateResourceFallbackLocation . MainAssembly ) ]
15- [ assembly: AssemblyVersion ( "2.15.0 .0" ) ]
16- [ assembly: AssemblyFileVersion ( "2.15.0 .0" ) ]
15+ [ assembly: AssemblyVersion ( "2.15.1 .0" ) ]
16+ [ assembly: AssemblyFileVersion ( "2.15.1 .0" ) ]
Original file line number Diff line number Diff line change @@ -237,6 +237,10 @@ private bool IsInstanceAlreadyRunning(AppSettings settings)
237237 _messageService . Value . ShowError ( Resources . InstanceAlreadyRunning ) ;
238238 return true ;
239239 }
240+ catch ( DirectoryNotFoundException ex )
241+ {
242+ Logger . Error ( "ModuleController.IsInstanceAlreadyRunning: {0}" , ex ) ;
243+ }
240244 return false ;
241245 }
242246
You can’t perform that action at this time.
0 commit comments