mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
fix: do not hard fail if no config
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
dbf6e3e799
commit
2288311e82
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
|
@ -433,6 +433,5 @@ func tryLoadConfigFromDefaultPlaces() {
|
|||
}
|
||||
if err := ensureConfigFile(); err != nil {
|
||||
log.Error("Could not create default configuration", "error", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue