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
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-01 00:24:11 +0300
commitc6c36c3da7187fca3a0f3f8348e764cba6d23099 (patch)
tree258662c208fb9c0f2f2c84bc3ed412ad1ce275bb /node.gyp
parent5dd344a2a8a70d8c3b6e570c00b72f03d2801a84 (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 29b59d04d31..d2f0be54e93 100644
--- a/node.gyp
+++ b/node.gyp
@@ -51,6 +51,7 @@
'lib/constants.js',
'lib/crypto.js',
'lib/cluster.js',
+ 'lib/diagnostics_channel.js',
'lib/dgram.js',
'lib/dns.js',
'lib/dns/promises.js',