mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 16:14:17 +02:00
Update error message to match new error type
This commit is contained in:
parent
7d67711cdf
commit
a10e7862ca
1 changed files with 1 additions and 1 deletions
2
ui/ui.go
2
ui/ui.go
|
|
@ -416,7 +416,7 @@ func findLocalFiles() tea.Msg {
|
|||
if debug {
|
||||
log.Println("error finding local files:", err)
|
||||
}
|
||||
return errMsg(err)
|
||||
return errMsg{err}
|
||||
}
|
||||
|
||||
return initLocalFileSearchMsg{ch: ch, cwd: cwd}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue