Commit 2a29c6b
docs(changelog): correct dot-source catch block before/after description
The Fixed entry described the change as `throw $_` → bare `throw`, but
`throw $_` was an intermediate state inside PR #14's review iterations.
The actual user-visible change from main was: a string `throw` (which
wrapped the original error in a fresh ErrorRecord) → bare `throw`
(which preserves the original ErrorRecord and stack trace).
Addresses Copilot inline review comment on PR #15.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 90ecacb commit 2a29c6b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
0 commit comments