File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,7 @@ public override Task<bool> Sure()
128128
129129 if ( ! Directory . Exists ( path ) )
130130 {
131- CallUIThread ( ( ) =>
132- {
133- App . RaiseException ( _pageId , $ "Folder '{ path } ' can NOT be found") ;
134- } ) ;
131+ App . RaiseException ( _pageId , $ "Folder '{ path } ' can NOT be found") ;
135132 return false ;
136133 }
137134
Original file line number Diff line number Diff line change @@ -1587,13 +1587,9 @@ public ContextMenu CreateContextMenuForGitFlow()
15871587 init . Click += ( _ , e ) =>
15881588 {
15891589 if ( _currentBranch == null )
1590- {
15911590 App . RaiseException ( _fullpath , "Git flow init failed: No branch found!!!" ) ;
1592- }
15931591 else if ( CanCreatePopup ( ) )
1594- {
15951592 ShowPopup ( new InitGitFlow ( this ) ) ;
1596- }
15971593
15981594 e . Handled = true ;
15991595 } ;
You can’t perform that action at this time.
0 commit comments