Chore: print origin rule when format error (#92)
This commit is contained in:
parent
df830dd157
commit
3b75395670
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ func parseRules(cfg *rawConfig) ([]C.Rule, error) {
|
|||
payload = rule[1]
|
||||
target = rule[2]
|
||||
default:
|
||||
return nil, fmt.Errorf("Rules[%d] error: format invalid", idx)
|
||||
return nil, fmt.Errorf("Rules[%d] [- %s] error: format invalid", idx, line)
|
||||
}
|
||||
|
||||
rule = trimArr(rule)
|
||||
|
|
Loading…
Reference in a new issue