colour time
This commit is contained in:
2
main.go
2
main.go
@@ -705,7 +705,7 @@ func runSetup() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("\nSetup complete; PocketBase should be reachable at https://%s\n", ctx.domain)
|
fmt.Printf("\nSetup complete; PocketBase should be reachable at https://%s\n", ctx.domain)
|
||||||
fmt.Printf("Total setup time: %s\n", time.Since(start).Round(time.Millisecond))
|
fmt.Printf("Total setup time: %s%s%s\n", localTimeColor, time.Since(start).Round(time.Millisecond), remoteColorReset)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user