diff options
author | Darshan Sen <raisinten@gmail.com> | 2021-05-21 21:18:44 +0530 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2021-05-25 07:16:42 -0700 |
commit | fa7cdd6fc9dffa8139f9350f54959b01bf7a1151 (patch) | |
tree | f7f570b7a128a2e25e56976054a856ab63dad66b /src/node_perf.cc | |
parent | 3ad4fa01eb632e46e946a08b04e683f244e85cc9 (diff) | |
download | node-new-fa7cdd6fc9dffa8139f9350f54959b01bf7a1151.tar.gz |
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 'src/node_perf.cc')
-rw-r--r-- | src/node_perf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_perf.cc b/src/node_perf.cc index c1a0b2cf3a..8c5778ecb1 100644 --- a/src/node_perf.cc +++ b/src/node_perf.cc @@ -5,7 +5,7 @@ #include "node_internals.h" #include "node_perf.h" #include "node_buffer.h" -#include "node_process.h" +#include "node_process-inl.h" #include "util-inl.h" #include <cinttypes> |