Skip to content

Commit d3f8222

Browse files
committed
Fixes log tracking
1 parent 81263c3 commit d3f8222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/logger.scope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function getNewLogScope(prefix: string, scope: LogScope | boolean | undef
4646
return {
4747
scopeId: scopeId,
4848
prevScopeId: prevScopeId,
49-
prefix: `${getLoggableScopeBlock(scopeId)} ${prefix}`,
49+
prefix: `${getLoggableScopeBlock(scopeId, prevScopeId)} ${prefix}`,
5050
};
5151
}
5252

0 commit comments

Comments
 (0)