Skip to content

Commit 5717d75

Browse files
addaleaxMatt Loring
authored andcommitted
align arguments (trevnorris review)
1 parent 833ad39 commit 5717d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async-wrap.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ static bool PreCallbackExecution(AsyncWrap* wrap) {
191191
if (enter_v->IsFunction()) {
192192
if (enter_v.As<Function>()->Call(domain, 0, nullptr).IsEmpty()) {
193193
FatalError("node::AsyncWrap::MakeCallback",
194-
"domain enter callback threw, please report this");
194+
"domain enter callback threw, please report this");
195195
}
196196
}
197197
}

0 commit comments

Comments
 (0)