Skip to content

Commit 0d496e8

Browse files
committed
Set to warn
1 parent aa45dbc commit 0d496e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/psDscAdapter/win_psDscAdapter.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ function GetClassBasedProperties {
587587
[System.Management.Automation.Language.ParseError[]] $errors = $null
588588
$ast = [System.Management.Automation.Language.Parser]::ParseFile($module.Path, [ref]$tokens, [ref]$errors)
589589
foreach ($e in $errors) {
590-
$e | Out-String | Write-DscTrace -Operation Error
590+
$e | Out-String | Write-DscTrace -Operation Warn
591591
}
592592

593593
$typeDefinitions = $ast.FindAll(

0 commit comments

Comments
 (0)