Skip to content

Commit

Permalink
fixup! dns: refactor cares_wrap internals
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 9, 2021
1 parent 6abc4b3 commit 8caf51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cares_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ void StrError(const FunctionCallbackInfo<Value>& args) {
args.GetReturnValue().Set(OneByteString(env->isolate(), errmsg));
}

} // namespace
} // namespace

void Initialize(Local<Object> target,
Local<Value> unused,
Expand Down

0 comments on commit 8caf51e

Please sign in to comment.