Skip to content

Commit 0cdf344

Browse files
jbergstroemjasnell
authored andcommitted
process: reintroduce ares to versions
PR-URL: #9191 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c722335 commit 0cdf344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/node.cc

+3
Original file line numberDiff line numberDiff line change
@@ -2668,6 +2668,9 @@ void SetupProcessObject(Environment* env,
26682668
READONLY_PROPERTY(versions,
26692669
"zlib",
26702670
FIXED_ONE_BYTE_STRING(env->isolate(), ZLIB_VERSION));
2671+
READONLY_PROPERTY(versions,
2672+
"ares",
2673+
FIXED_ONE_BYTE_STRING(env->isolate(), ARES_VERSION_STR));
26712674

26722675
const char node_modules_version[] = NODE_STRINGIFY(NODE_MODULE_VERSION);
26732676
READONLY_PROPERTY(

0 commit comments

Comments
 (0)