chore: 调整部分日志

This commit is contained in:
xream
2023-08-29 13:50:53 +08:00
parent 25ec219659
commit 336ddd6706
6 changed files with 15 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ function AllRuleParser() {
}
if (!matched) throw new Error('Invalid rule type: ' + rawType);
} catch (e) {
console.error(`Failed to parse line: ${line}\n Reason: ${e}`);
console.log(`Failed to parse line: ${line}\n Reason: ${e}`);
}
}
return result;