Update SuiteCommand.cs

pull/12231/head
Yunus Emre Kalkan 4 years ago
parent 8eaaf6b045
commit 4135675eaa

@ -420,7 +420,7 @@ public class SuiteCommand : IConsoleCommand, ITransientDependency
return CmdHelper.RunCmdAndGetProcess("abp-suite --no-browser");
}
bool IsSuiteAlreadyRunning()
private bool IsSuiteAlreadyRunning()
{
var ipGP = IPGlobalProperties.GetIPGlobalProperties();
var endpoints = ipGP.GetActiveTcpListeners();

Loading…
Cancel
Save