1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

better validation messages

This commit is contained in:
Jesse Duffield
2020-09-27 09:37:22 +10:00
parent 7cd17d3a73
commit a09bb5d4d8
5 changed files with 49 additions and 12 deletions

View File

@@ -176,7 +176,7 @@ func (gui *Gui) rerenderContextViewIfPresent(contextKey string) error {
return nil
}
context := gui.contextForContextKey(contextKey)
context := gui.mustContextForContextKey(contextKey)
viewName := context.GetViewName()