Fix typo in node.js completion

This commit is contained in:
Shohei YOSHIDA 2022-12-27 19:13:23 +09:00
parent 0682649330
commit ed5394d671
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ _arguments -C \
'--no-deprecation[silence deprecation warnings]' \
'--no-experimental-fetch[disable experimental Fetch API]' \
'--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-info-on-fatal-exception[hide extra information on fatal exception that causes exit]' \
'--no-force-async-hooks-checks[disable checks for async_hooks]' \