app/master/master.go
@@ -60,7 +60,7 @@ } args = append(args, app.GetParams(util.ConfigPath, file)...) pid, err := runProc(ctx, "./analysis", args, &cfg.Env) pid, err := runProc(ctx, "./analysis", args, cfg.Env) if err != nil { logo.Errorf("ANALYSIS START SLAVE PROC %s IPC: %s error %+v\n", v.SdkType, v.IpcID, err)