mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
add newspace
This commit is contained in:
parent
0c920a27ab
commit
085550c94b
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -144,7 +144,7 @@ func main() {
|
||||||
|
|
||||||
err := app.Run(os.Args)
|
err := app.Run(os.Args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("error: %s", err.Error())
|
fmt.Printf("\nerror: %s", err.Error())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue