Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 527 Bytes

File metadata and controls

10 lines (7 loc) · 527 Bytes

continue in a trap block tells PowerShell to resume after the statement that caused the error. But this is the statement in the scope where the trap is defined, not the statement that actually failed. In other words, PowerShell resumes where the trap is, not where an error is.

Scripts