You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogHelper.Warning($"If no startup configuration is found for the server type, it will start with the default configuration=>{keyValuePair.Value.ServerType}");
271
-
Launcher(args,keyValuePair);
251
+
Launcher(args,keyValuePair,appSetting);
272
252
break;
273
253
}
254
+
255
+
LogHelper.Warning($"If no startup configuration is found for the server type, it will start with the default configuration=>{keyValuePair.Value.ServerType}");
256
+
Launcher(args,keyValuePair);
257
+
break;
274
258
}
275
259
}
276
260
277
261
LogHelper.Info($"----------------------------The Startup Server Is Over------------------------------");
0 commit comments