Skip to content

Commit 3c9b03a

Browse files
committed
fixup! src: refactor options parsing
1 parent 5d12355 commit 3c9b03a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/node_options.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ struct HostPort {
2121
}
2222
};
2323

24+
// These options are currently essentially per-Environment, but it can be nice
25+
// to keep them separate since they are a group of options applying to a very
26+
// specific part of Node. It might also make more sense for them to be
27+
// per-Isolate, rather than per-Environment.
2428
class DebugOptions {
2529
public:
2630
bool inspector_enabled = false;

0 commit comments

Comments
 (0)