diff --git a/internal/utils/utils_debug.go b/internal/utils/utils_debug.go index 201b78662..f08a1f668 100644 --- a/internal/utils/utils_debug.go +++ b/internal/utils/utils_debug.go @@ -12,7 +12,7 @@ import ( const ( debugKey = "gf.debug" // Debug key for checking if in debug mode. - StackFilterKeyForGoFrame = "github.com/gogf/gf/" // Stack filtering key for all GoFrame module paths. + StackFilterKeyForGoFrame = "github.com/gogf/gf@" // Stack filtering key for all GoFrame module paths. ) var (