Skip to content

Commit

Permalink
Add warning to parameter validation set (#895)
Browse files Browse the repository at this point in the history
* Add warning to parameter validation set

* change order of validate set
  • Loading branch information
Benny1007 authored and TylerLeonhardt committed Mar 29, 2019
1 parent 721745f commit d8cf59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/PowerShellEditorServices/Start-EditorServices.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ param(
[ValidateNotNullOrEmpty()]
$LogPath,

[ValidateSet("Diagnostic", "Normal", "Verbose", "Error")]
[ValidateSet("Diagnostic", "Verbose", "Normal", "Warning", "Error")]
$LogLevel,

[Parameter(Mandatory=$true)]
Expand Down

0 comments on commit d8cf59c

Please sign in to comment.