fix: conf anonymous overlay problem (#2847)

This commit is contained in:
Kevin Wan
2023-02-05 14:40:57 +08:00
committed by GitHub
parent aed312f3c0
commit a019a1f59f
4 changed files with 55 additions and 15 deletions

View File

@@ -108,7 +108,7 @@ func TestNopWriter(t *testing.T) {
w.Stack("foo")
w.Stat("foo")
w.Slow("foo")
w.Close()
_ = w.Close()
})
}