Skip to content

Commit 02f4630

Browse files
authored
doc: update node.1 to fix linter
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #65053 Refs: #58909 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 9766a67 commit 02f4630

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

doc/node.1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -835,14 +835,6 @@ Enable experimental WebAssembly System Interface (WASI) support.
835835
.It Fl -experimental-worker-inspection
836836
Enable experimental support for the worker inspection with Chrome DevTools.
837837
.
838-
.It Fl -expose-gc
839-
This flag will expose the gc extension from V8.
840-
.Bd -literal
841-
if (globalThis.gc) {
842-
globalThis.gc();
843-
}
844-
.Ed
845-
.
846838
.It Fl -force-context-aware
847839
Disable loading native addons that are not context-aware.
848840
.

0 commit comments

Comments
 (0)