CONTRIBUTING: Update information around $PSCmdlet.ThrowTerminatingError
#2045
Labels
documentation
The issue is related to documentation only.
help wanted
The issue is up for grabs for anyone in the community.
The documentation should be updated according to this: #1966 (comment)
Also reference: https://stackoverflow.com/questions/49204918/difference-between-throw-and-pscmdlet-throwterminatingerror
SqlServerDsc/CONTRIBUTING.md
Lines 368 to 379 in 3c30929
I caught this today where I call a public command (or function) from a another public command. Example below.
Similar but using
Write-Error
(non-terminating error):The text was updated successfully, but these errors were encountered: