Skip to content

Commit

Permalink
src: fix up doc comment for experimental-worker bool
Browse files Browse the repository at this point in the history
PR-URL: #22165
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Jon Moss <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
addaleax authored and rvagg committed Aug 15, 2018
1 parent 677d10c commit 8b5485d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node_internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ extern bool config_experimental_modules;
// that is used by lib/vm.js
extern bool config_experimental_vm_modules;

// Set in node.cc by ParseArgs when --experimental-vm-modules is used.
// Set in node.cc by ParseArgs when --experimental-worker is used.
// Used in node_config.cc to set a constant on process.binding('config')
// that is used by lib/vm.js
// that is used by the module loader.
extern bool config_experimental_worker;

// Set in node.cc by ParseArgs when --experimental-repl-await is used.
Expand Down

0 comments on commit 8b5485d

Please sign in to comment.