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>2020-11-03 19:54:20 +0300
commitb38a43d5d976b828fa4798dde17dce22bdf397d6 (patch)
treea898d034ec68074e6b0358e747e8cb3a941ba676 /node.gyp
parent66ad4be2c1f8f2db5459661b8ab8fcb1aa4a8322 (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 1f55527b9b6..763af9128c4 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',