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:
authorStephen Belanger <admin@stephenbelanger.com>2020-08-22 02:25:39 +0300
committerMichaël Zasso <targos@protonmail.com>2021-05-01 10:39:07 +0300
commit60ef53cc1412300165c32210284798d213852cc8 (patch)
tree0c6ef01bd45d057d446388af01f85f9b38dedce6 /node.gyp
parent2e259220cb663ca26788fd7eba37653a452b0b73 (diff)
lib: create diagnostics_channel module
PR-URL: https://github.com/nodejs/node/pull/34895 Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index d483f1c74f8..69b4adf96cb 100644
--- a/node.gyp
+++ b/node.gyp
@@ -47,6 +47,7 @@
'lib/constants.js',
'lib/crypto.js',
'lib/cluster.js',
+ 'lib/diagnostics_channel.js',
'lib/dgram.js',
'lib/dns.js',
'lib/domain.js',