From 4135675eaa351b0a675a72b9db69df1f28940cc6 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 12 Apr 2022 10:59:44 +0300 Subject: [PATCH] Update SuiteCommand.cs --- .../src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/SuiteCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/SuiteCommand.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/SuiteCommand.cs index ad791d05b9..b8aa608361 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/SuiteCommand.cs +++ b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/SuiteCommand.cs @@ -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();