diff options
Diffstat (limited to 'src/gobang.go')
-rw-r--r-- | src/gobang.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gobang.go b/src/gobang.go index f135aa3..f27cdea 100644 --- a/src/gobang.go +++ b/src/gobang.go @@ -122,7 +122,7 @@ func anyArr[S ~[]E, E any](arr S) []any { return ret } -const sourceInfoSkip = 3 +const sourceInfoSkip = 4 func Debug(message string, type_ string, args ...any) { if level < LevelDebug { return |