summaryrefslogtreecommitdiff
path: root/src/inspector_io.cc
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-01-21 18:30:20 +0100
committerAnna Henningsen <anna@addaleax.net>2020-01-23 22:38:58 +0100
commit9cc747bfcea131797fbf0fcc805f1d7fa244b7da (patch)
tree2b9a0df517ed3da88b9ddeca6fda35851d43c913 /src/inspector_io.cc
parentf6c6236d956be763ffe8eb1420e19eaab2962e8d (diff)
downloadnode-new-9cc747bfcea131797fbf0fcc805f1d7fa244b7da.tar.gz
src: add C++-style sprintf utility
Add an utility that handles C++-style strings and objects well. PR-URL: https://github.com/nodejs/node/pull/31446 Fixes: https://github.com/nodejs/node/issues/28761 Fixes: https://github.com/nodejs/node/issues/31218 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/inspector_io.cc')
-rw-r--r--src/inspector_io.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector_io.cc b/src/inspector_io.cc
index 76e481c953..ed9035136c 100644
--- a/src/inspector_io.cc
+++ b/src/inspector_io.cc
@@ -4,7 +4,7 @@
#include "inspector/main_thread_interface.h"
#include "inspector/node_string.h"
#include "base_object-inl.h"
-#include "debug_utils.h"
+#include "debug_utils-inl.h"
#include "node.h"
#include "node_crypto.h"
#include "node_internals.h"