We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4654a63 commit 8bc6253Copy full SHA for 8bc6253
src/microstack/.mstkc.json
@@ -20,7 +20,7 @@
20
"NextProjectName": "",
21
"GitProjectRootPath": "C:\\github.com\\testapp",
22
"PullLatest": false,
23
- "Port": 5001,
+ "Port": 5002,
24
"Verbose": false,
25
"ConfigOverrides": {
26
"Test": "FromOverridenKey",
src/microstack/Commands/SubCommands/Run.cs
@@ -120,7 +120,6 @@ protected async override Task<int> OnExecute(CommandLineApplication app)
120
while(!ct.IsCancellationRequested) { }
121
122
_console.ResetColor();
123
- _console.ForegroundColor = ConsoleColor.DarkMagenta;
124
_console.Out.WriteLine("\r\nMicrostack stopping...\r\n");
125
return 0;
126
}
0 commit comments