mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-18 22:54:35 +08:00
quick list
This commit is contained in:
@@ -150,7 +150,7 @@ func AssertMultiBulkReplySize(t *testing.T, actual redis.Reply, expected int) {
|
||||
func printStack() string {
|
||||
_, file, no, ok := runtime.Caller(2)
|
||||
if ok {
|
||||
return fmt.Sprintf("at %s#%d", file, no)
|
||||
return fmt.Sprintf("at %s:%d", file, no)
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user