Skip to content

Commit a956791

Browse files
committed
src: fix typo in error message
PR-URL: #875 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vladimir Kurchatkin <[email protected]>
1 parent fb28c91 commit a956791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ Handle<Value> MakeCallback(Environment* env,
10301030
try_catch.SetVerbose(false);
10311031
env->async_hooks_pre_function()->Call(object, 0, nullptr);
10321032
if (try_catch.HasCaught())
1033-
FatalError("node:;MakeCallback", "pre hook threw");
1033+
FatalError("node::MakeCallback", "pre hook threw");
10341034
try_catch.SetVerbose(true);
10351035
}
10361036

0 commit comments

Comments
 (0)