Skip to content

Commit 6f45703

Browse files
kamilkosekdaviwil
authored andcommitted
Add 'Diagnostic' to ValidateSet for LogLevel
1 parent b1ecb75 commit 6f45703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Start-EditorServices.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ param(
4444
[ValidateNotNullOrEmpty()]
4545
$LogPath,
4646

47-
[ValidateSet("Normal", "Verbose", "Error")]
47+
[ValidateSet("Normal", "Verbose", "Error", "Diagnostic")]
4848
$LogLevel,
4949

5050
[Parameter(Mandatory=$true)]

0 commit comments

Comments
 (0)