We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493ead1 commit 4dbebfdCopy full SHA for 4dbebfd
lib/internal/bootstrap/pre_execution.js
@@ -74,7 +74,7 @@ function patchProcessObject(expandArgv1) {
74
}
75
76
// TODO(joyeecheung): most of these should be deprecated and removed,
77
- // 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.
78
addReadOnlyProcessAlias('_eval', '--eval');
79
addReadOnlyProcessAlias('_print_eval', '--print');
80
addReadOnlyProcessAlias('_syntax_check_only', '--check');
0 commit comments