We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f77d1a commit 857af2bCopy full SHA for 857af2b
src/node_options.h
@@ -111,7 +111,7 @@ class EnvironmentOptions : public Options {
111
std::string module_type;
112
std::string experimental_policy;
113
std::string experimental_policy_integrity;
114
- bool has_policy_integrity_string;
+ bool has_policy_integrity_string = false;
115
bool experimental_repl_await = true;
116
bool experimental_vm_modules = false;
117
bool expose_internals = false;
0 commit comments