Skip to content

Commit

Permalink
process: reintroduce ares to versions
Browse files Browse the repository at this point in the history
ares version info was accidentally removed in c80f8fa.

PR-URL: #347
Reviewed-By: Fedor Indutny <fedor@indutny.com>
  • Loading branch information
jbergstroem authored and indutny committed Jan 14, 2015
1 parent d790f61 commit 01736dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2570,6 +2570,9 @@ void SetupProcessObject(Environment* env,
READONLY_PROPERTY(versions,
"zlib",
FIXED_ONE_BYTE_STRING(env->isolate(), ZLIB_VERSION));
READONLY_PROPERTY(versions,
"ares",
FIXED_ONE_BYTE_STRING(env->isolate(), ARES_VERSION_STR));

const char node_modules_version[] = NODE_STRINGIFY(NODE_MODULE_VERSION);
READONLY_PROPERTY(
Expand Down

0 comments on commit 01736dd

Please sign in to comment.