Merge pull request #975 from zsh-users/fix-typo-in-node

Fix typo in node.js completion
This commit is contained in:
Shohei YOSHIDA 2022-12-27 19:26:27 +09:00 committed by GitHub
commit b46602db39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ _arguments -C \
'--no-deprecation[silence deprecation warnings]' \ '--no-deprecation[silence deprecation warnings]' \
'--no-experimental-fetch[disable experimental Fetch API]' \ '--no-experimental-fetch[disable experimental Fetch API]' \
'--no-experimental-global-customevent[expose experimental CustomEvent on the global scope]' \ '--no-experimental-global-customevent[expose experimental CustomEvent on the global scope]' \
'--no-experimental-global-webscrypto[expose experimental Web Crypto API on the global scope]' \ '--no-experimental-global-webcrypto[expose experimental Web Crypto API on the global scope]' \
'--no-experimental-repl-await[disable experimental await keyword support in REPL]' \ '--no-experimental-repl-await[disable experimental await keyword support in REPL]' \
'--no-experimental-info-on-fatal-exception[hide extra information on fatal exception that causes exit]' \ '--no-experimental-info-on-fatal-exception[hide extra information on fatal exception that causes exit]' \
'--no-force-async-hooks-checks[disable checks for async_hooks]' \ '--no-force-async-hooks-checks[disable checks for async_hooks]' \