Skip to content

Commit 8bc6253

Browse files
Remove colour from stop text
1 parent 4654a63 commit 8bc6253

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/microstack/.mstkc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"NextProjectName": "",
2121
"GitProjectRootPath": "C:\\github.com\\testapp",
2222
"PullLatest": false,
23-
"Port": 5001,
23+
"Port": 5002,
2424
"Verbose": false,
2525
"ConfigOverrides": {
2626
"Test": "FromOverridenKey",

src/microstack/Commands/SubCommands/Run.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ protected async override Task<int> OnExecute(CommandLineApplication app)
120120
while(!ct.IsCancellationRequested) { }
121121

122122
_console.ResetColor();
123-
_console.ForegroundColor = ConsoleColor.DarkMagenta;
124123
_console.Out.WriteLine("\r\nMicrostack stopping...\r\n");
125124
return 0;
126125
}

0 commit comments

Comments
 (0)