mirror of
https://github.com/charmbracelet/glow
synced 2024-12-14 06:02:27 +00:00
Print successful stash
This commit is contained in:
parent
a106bc0163
commit
03b7b9200c
1 changed files with 1 additions and 0 deletions
1
stash.go
1
stash.go
|
@ -35,6 +35,7 @@ var (
|
|||
if err != nil {
|
||||
return fmt.Errorf("error stashing markdown")
|
||||
}
|
||||
fmt.Println("Stashed!")
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue