Skip to content

Commit

Permalink
Begin 兼容遗漏 Init 的场景
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglexiang committed Dec 12, 2024
1 parent 12be852 commit 6970c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions costwhere.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func Begin(ctx context.Context, topic string) (newCtx context.Context) {
// 读取父级栈帧
parent, ok := readThis(ctx)
if !ok {
newCtx = ctx
return
}

Expand Down

0 comments on commit 6970c33

Please sign in to comment.