Skip to content

Commit 0c63da7

Browse files
log start errors
1 parent e9c25c3 commit 0c63da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ func main() {
1616
if err != nil {
1717
log.Fatal(err)
1818
}
19-
p.Start()
19+
log.Fatal(p.Start())
2020
}

0 commit comments

Comments
 (0)