mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-05 17:13:32 +08:00
Chore: print origin rule when format error (#92)
This commit is contained in:
parent
df830dd157
commit
3b75395670
@ -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…
x
Reference in New Issue
Block a user