Responding to PR feedback
This commit is contained in:
parent
4aacb22993
commit
4da96e1ace
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ namespace Microsoft.DotNet.Cli
|
||||||
telemetryClient.TrackEvent(command, null, null);
|
telemetryClient.TrackEvent(command, null, null);
|
||||||
|
|
||||||
int exitCode;
|
int exitCode;
|
||||||
// Func<string[], int> builtIn;
|
|
||||||
// if (s_builtIns.TryGetValue(command, out builtIn))
|
|
||||||
BuiltInCommandMetadata builtIn;
|
BuiltInCommandMetadata builtIn;
|
||||||
if (BuiltInCommandsCatalog.Commands.TryGetValue(command, out builtIn))
|
if (BuiltInCommandsCatalog.Commands.TryGetValue(command, out builtIn))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue