chore: more prompts

This commit is contained in:
mzz2017
2023-03-15 18:15:07 +08:00
parent 8451485064
commit c2d2b0d58f
3 changed files with 6 additions and 3 deletions

View File

@ -88,6 +88,6 @@ routing {
t.Fatalf("\n%v", err)
}
for _, section := range sections {
t.Logf("\n%v", section.String())
t.Logf("\n%v", section.String(false, false))
}
}