1
0
forked from x/icebergs
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-01 19:51:29 +08:00
parent 481ac90d2c
commit 529f957b87

View File

@ -96,7 +96,7 @@ func Run(arg ...string) string {
arg = append(arg, SERVE, START, DEV, DEV)
}
if len(arg) > 0 && arg[0] == "forever" && runtime.GOOS == "windows" {
arg[0] = "serve"
// arg[0] = "serve"
}
Pulse.meta[MSG_DETAIL] = arg
kit.Fetch(kit.Sort(os.Environ()), func(env string) {