We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExperimentalWarnings
ExperimentalWarning
1 parent c501346 commit 3dfee7eCopy full SHA for 3dfee7e
doc/api/cli.md
@@ -543,7 +543,7 @@ For example, the following script will emit the
543
[DEP0025 `require('node:sys')`][DEP0025 warning], but not any Experimental
544
Warnings (such as
545
[ExperimentalWarning: `vm.measureMemory` is an experimental feature][]
546
-in <=v21) when executed with `node --disable-warning=ExperimentalWarnings`:
+in <=v21) when executed with `node --disable-warning=ExperimentalWarning`:
547
548
```mjs
549
import sys from 'node:sys';
0 commit comments