Skip to content

Commit

Permalink
fix: Avoid correcting address errors resulting in failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxiao.shaw committed Oct 24, 2023
1 parent be01235 commit bbb171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-vm/src/dynamicNode/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export class DynamicNodeProcessor {

// Deal with some static resource nodes
if (sourceListTags.includes(this.tagName)) {
this.fixResourceNodeUrl(this.el);
safeWrapper(() => this.fixResourceNodeUrl(this.el));
}

// Add dynamic script node by loader
Expand Down

0 comments on commit bbb171b

Please sign in to comment.