Skip to content

Commit

Permalink
Update node_report.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Feb 3, 2023
1 parent 32a2e32 commit cdc159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_report.cc
Expand Up @@ -797,7 +797,7 @@ static void PrintComponentVersions(JSONWriter* writer) {

#define V(key) \
do { \
versions_vec.push_back( \
versions_vec.emplace_back( \
std::make_pair(#key, per_process::metadata.versions.key)); \
} while (0);
NODE_VERSIONS_KEYS(V)
Expand Down

0 comments on commit cdc159d

Please sign in to comment.