We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf174c commit 0a314abCopy full SHA for 0a314ab
src/node_process_object.cc
@@ -118,7 +118,7 @@ MaybeLocal<Object> CreateProcessObject(Realm* realm) {
118
119
#define V(key) \
120
do { \
121
- *slot++ = std::make_pair<std::string_view, std::string_view>( \
+ *slot++ = std::pair<std::string_view, std::string_view>( \
122
#key, per_process::metadata.versions.key); \
123
} while (0);
124
NODE_VERSIONS_KEYS(V)
0 commit comments