Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2020-02-20 12:20:56 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2020-03-10 00:52:38 +0300
commita8772da54dd8ccc658cf56992b2ba46a021f6e83 (patch)
tree627ef84e8c96ebd6c152d66140fe1e3f85614c68 /src/node_env_var.cc
parente0f5af3937abd703c87030b6f1e72cd3343e4f28 (diff)
src: refactor debug category parsing
Move the debug category parsing into a new EnabledDebugList class, so that it can be reused outside of Environment. PR-URL: https://github.com/nodejs/node/pull/31884 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/node_env_var.cc')
-rw-r--r--src/node_env_var.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_env_var.cc b/src/node_env_var.cc
index 6928b595ae5..208bb6981c2 100644
--- a/src/node_env_var.cc
+++ b/src/node_env_var.cc
@@ -1,3 +1,4 @@
+#include "debug_utils-inl.h"
#include "env-inl.h"
#include "node_errors.h"
#include "node_process.h"