mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
fix bypass command
This commit is contained in:
@@ -189,7 +189,8 @@ func (cmd *Command) Parse(v string) error {
|
||||
if len(args) != 0 {
|
||||
return ErrInvalidArguments.Subject(directive)
|
||||
}
|
||||
return nil
|
||||
executors = append(executors, nil)
|
||||
continue
|
||||
}
|
||||
|
||||
builder, ok := commands[directive]
|
||||
|
||||
Reference in New Issue
Block a user