We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d1bca1 + c6b7219 commit 3740be3Copy full SHA for 3740be3
1 file changed
ReportingServicesTools/Libraries/library.ps1
@@ -130,4 +130,4 @@ namespace Microsoft.ReportingServicesTools
130
"@
131
132
Try { Add-Type -TypeDefinition $source -ErrorAction Stop }
133
-catch { Write-Error "Error: $_" }
+catch { Write-Warning "$_" }
0 commit comments