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:
authorDarshan Sen <raisinten@gmail.com>2021-05-21 18:48:44 +0300
committerJames M Snell <jasnell@gmail.com>2021-05-25 17:16:42 +0300
commitfa7cdd6fc9dffa8139f9350f54959b01bf7a1151 (patch)
treef7f570b7a128a2e25e56976054a856ab63dad66b /node.gyp
parent3ad4fa01eb632e46e946a08b04e683f244e85cc9 (diff)
src: use SPrintF in ProcessEmitWarning
PR-URL: https://github.com/nodejs/node/pull/38758 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
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 642a9767fb6..30327b38a59 100644
--- a/node.gyp
+++ b/node.gyp
@@ -749,6 +749,7 @@
'src/node_perf_common.h',
'src/node_platform.h',
'src/node_process.h',
+ 'src/node_process-inl.h',
'src/node_report.h',
'src/node_revert.h',
'src/node_root_certs.h',