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.
1 parent 1aec67c commit d2b3548Copy full SHA for d2b3548
1 file changed
src/node_options.h
@@ -183,8 +183,7 @@ class EnvironmentOptions : public Options {
183
bool experimental_network_inspection = EXPERIMENTALS_DEFAULT_VALUE;
184
bool experimental_worker_inspection = EXPERIMENTALS_DEFAULT_VALUE;
185
bool experimental_storage_inspection = EXPERIMENTALS_DEFAULT_VALUE;
186
- bool experimental_inspector_network_resource =
187
- EXPERIMENTALS_DEFAULT_VALUE;
+ bool experimental_inspector_network_resource = EXPERIMENTALS_DEFAULT_VALUE;
188
std::string heap_prof_dir;
189
std::string heap_prof_name;
190
static const uint64_t kDefaultHeapProfInterval = 512 * 1024;
0 commit comments