Skip to content

Commit

Permalink
Merge pull request #80 from pinguo-yangbing/master
Browse files Browse the repository at this point in the history
--help
  • Loading branch information
pinguo-yangbing authored Sep 27, 2020
2 parents 66aaadd + 26574d1 commit 69d4638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func cmdList(path string) {
showParams := func(path string) string {
ctx := &Context{}
rv, _, _ := App().Router().CreateController(path, ctx)
if rv.IsZero() {
if !rv.IsValid() {
return ""
}

Expand Down

0 comments on commit 69d4638

Please sign in to comment.