Skip to content

Commit d8cf59c

Browse files
Benny1007TylerLeonhardt
authored andcommitted
Add warning to parameter validation set (#895)
* Add warning to parameter validation set * change order of validate set
1 parent 721745f commit d8cf59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellEditorServices/Start-EditorServices.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ param(
4646
[ValidateNotNullOrEmpty()]
4747
$LogPath,
4848

49-
[ValidateSet("Diagnostic", "Normal", "Verbose", "Error")]
49+
[ValidateSet("Diagnostic", "Verbose", "Normal", "Warning", "Error")]
5050
$LogLevel,
5151

5252
[Parameter(Mandatory=$true)]

0 commit comments

Comments
 (0)