Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 042434f

Browse filesBrowse files
danbevBethGriggs
authored andcommitted
src: fix indenting of wrap->EmitTraceEventBefore
PR-URL: #19340 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 3ad10e5 commit 042434f
Copy full SHA for 042434f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/async_wrap.cc‎

Copy file name to clipboardExpand all lines: src/async_wrap.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ static void PromiseHook(PromiseHookType type, Local<Promise> promise,
338338
if (type == PromiseHookType::kBefore) {
339339
env->async_hooks()->push_async_ids(
340340
wrap->get_async_id(), wrap->get_trigger_async_id());
341-
wrap->EmitTraceEventBefore();
341+
wrap->EmitTraceEventBefore();
342342
AsyncWrap::EmitBefore(wrap->env(), wrap->get_async_id());
343343
} else if (type == PromiseHookType::kAfter) {
344344
wrap->EmitTraceEventAfter();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.