Skip to content

Commit

Permalink
fixed bad merge of Error.cs in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Feb 1, 2019
1 parent 675d4b7 commit 6d2dc12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CommandLine/Error.cs
Expand Up @@ -64,7 +64,8 @@ public enum ErrorType
/// <summary>
/// Value of <see cref="CommandLine.SetValueExceptionError"/> type.
/// </summary>
SetValueExceptionError
SetValueExceptionError,

VersionRequestedError,
/// <summary>
/// Value of <see cref="CommandLine.InvalidAttributeConfigurationError"/> type.
Expand Down

0 comments on commit 6d2dc12

Please sign in to comment.