Skip to content

Commit 3f6d924

Browse files
mopaddenrjmholt
andauthored
Update 1-Draft/RFCNNNN-RFC-Native-Command-Exit-Errors.md
Co-Authored-By: Robert Holt <[email protected]>
1 parent e622135 commit 3f6d924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-Draft/RFCNNNN-RFC-Native-Command-Exit-Errors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ management using a cmdlet.
195195
One of the approaches above would be enabled with
196196
`Set-StrictMode -version 6`, instead of a boolean preference variable.
197197
For example,
198-
- An error would be eported for native commands with a non-zero exit
198+
- An error would be reported for native commands with a non-zero exit
199199
code.
200200
- An exception would be thrown for "untested" native commands with a
201201
non-zero exit code.
@@ -233,4 +233,4 @@ earlier listed approaches in a number of ways. Native command error
233233
handling would sit alongside overall exception handling. There would be
234234
no side-effects in calling or in called scripts. It could also minimize
235235
runtime overhead as the facility should be mostly handled by the parser
236-
and compiler.
236+
and compiler.

0 commit comments

Comments
 (0)