lib: fix typo in pre_execution.js
PR-URL: https://github.com/nodejs/node/pull/27649 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
3aff26428b
commit
97815bd6e9
@ -74,7 +74,7 @@ function patchProcessObject(expandArgv1) {
|
||||
}
|
||||
|
||||
// TODO(joyeecheung): most of these should be deprecated and removed,
|
||||
// execpt some that we need to be able to mutate during run time.
|
||||
// except some that we need to be able to mutate during run time.
|
||||
addReadOnlyProcessAlias('_eval', '--eval');
|
||||
addReadOnlyProcessAlias('_print_eval', '--print');
|
||||
addReadOnlyProcessAlias('_syntax_check_only', '--check');
|
||||
|
Loading…
x
Reference in New Issue
Block a user