1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-04 19:15:49 +02:00

Win: Log error

This commit is contained in:
Chen-I Lim 2021-02-11 10:26:14 -08:00
parent 5fd5ee4aab
commit ab6a7fbe2c

View File

@ -27,6 +27,7 @@ func runServer(ctx context.Context) *exec.Cmd {
go func() {
err := cmd.Run()
if err != nil {
log.Println("Failed to start server")
log.Fatal(err)
}
log.Printf("Just ran subprocess %d, exiting\n", cmd.Process.Pid)