mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	restore some code that was erroneously removed
This commit is contained in:
		| @@ -109,6 +109,10 @@ func (m *ViewBufferManager) NewCmdTask(start func() (*exec.Cmd, io.Reader), pref | ||||
| 					m.Log.Errorf("error when running cmd task: %v", err) | ||||
| 				} | ||||
| 			} | ||||
|  | ||||
| 			if onDone != nil { | ||||
| 				onDone() | ||||
| 			} | ||||
| 		}) | ||||
|  | ||||
| 		loadingMutex := sync.Mutex{} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user