Skip to content

Commit

Permalink
fix: 修复js文件下载失败会导致子应用运行失败 (#174)
Browse files Browse the repository at this point in the history
close #172
  • Loading branch information
yiludege authored Sep 23, 2022
1 parent 60a3e0c commit 7575de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wujie-core/src/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const fetchAssets = (
} else {
error(WUJIE_TIPS_SCRIPT_ERROR_REQUESTED, src);
loadError?.(src, e);
throw e;
return "";
}
}));

Expand Down

0 comments on commit 7575de4

Please sign in to comment.