fix print
This commit is contained in:
parent
0893617074
commit
04537f27f0
|
@ -16,13 +16,14 @@ import (
|
|||
func Register(srvKey string, cfg any) {
|
||||
vars.ServiceKey = srvKey
|
||||
|
||||
print.Info("[Blocks Service] %s Starting...", vars.ServiceKey)
|
||||
// get os env.
|
||||
env.NewEnv()
|
||||
|
||||
// open side cmd.
|
||||
cmd.NewCmd()
|
||||
|
||||
print.Info("[Blocks Service] %s Starting...", vars.ServiceKey)
|
||||
|
||||
// set config args.
|
||||
args := map[string]string{
|
||||
"ServiceKey": srvKey,
|
||||
|
|
Loading…
Reference in New Issue