mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Log when local file search finishes
This commit is contained in:
parent
651683cd21
commit
3572ef5470
1 changed files with 3 additions and 0 deletions
3
ui/ui.go
3
ui/ui.go
|
@ -425,6 +425,9 @@ func findNextLocalFile(m model) tea.Cmd {
|
|||
return foundLocalFileMsg(pathStr)
|
||||
}
|
||||
// We're done
|
||||
if debug {
|
||||
log.Println("Local file search finished")
|
||||
}
|
||||
return localFileSearchFinished{}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue