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 3b29dff commit a5a17a1Copy full SHA for a5a17a1
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