Skip to content

Commit

Permalink
fix: 正文解析
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed Aug 22, 2024
1 parent c809214 commit 96b6011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/analyzer/RuleManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ export class RuleManager {
.trim()
.split('\n')
.map((e) => e.trim());
result.push(...list);
}
result.push(...list);
} catch (error) {
console.warn(error);
break;
Expand Down

0 comments on commit 96b6011

Please sign in to comment.