Skip to content

Commit

Permalink
src: wrap line
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol authored and Trott committed Nov 29, 2018
1 parent 3eebb4b commit 4996605
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/async_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,7 @@ static void RegisterDestroyHook(const FunctionCallbackInfo<Value>& args) {
p->env = Environment::GetCurrent(args);
p->target.Reset(isolate, args[0].As<Object>());
p->propBag.Reset(isolate, args[2].As<Object>());
p->target.SetWeak(
p, AsyncWrap::WeakCallback, WeakCallbackType::kParameter);
p->target.SetWeak(p, AsyncWrap::WeakCallback, WeakCallbackType::kParameter);
}


Expand Down

0 comments on commit 4996605

Please sign in to comment.