mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
example/kitchen: add newline after error message
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -48,7 +48,7 @@ func main() {
|
||||
gofont.Register()
|
||||
if *screenshot != "" {
|
||||
if err := saveScreenshot(*screenshot); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "failed to save screenshot: %v", err)
|
||||
fmt.Fprintf(os.Stderr, "failed to save screenshot: %v\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
os.Exit(0)
|
||||
|
||||
Reference in New Issue
Block a user