We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15254f5 commit 95a5739Copy full SHA for 95a5739
modules/log/flags.go
@@ -60,5 +60,8 @@ func FlagsFromString(from string) int {
60
flags |= f
61
}
62
63
+ if flags == 0 {
64
+ return -1
65
+ }
66
return flags
67
0 commit comments