Skip to content

Commit

Permalink
wierd that doesnt work inside
Browse files Browse the repository at this point in the history
  • Loading branch information
Keloran committed Dec 5, 2022
1 parent 06afe86 commit 077155f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logs/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ func (b BugFixes) DoReporting() {
skipDepthOverride := defaultSkipDepth
for {
if notDeepEnough := strings.Contains(b.File, "logs/logs.go"); notDeepEnough {
b.skipDepth(skipDepthOverride + 1)
skipDepthOverride++
b.skipDepth(skipDepthOverride)
} else {
break
}
Expand Down

0 comments on commit 077155f

Please sign in to comment.