Skip to content

Commit

Permalink
fix: 类型构建的路径替换脚本遇到错误需抛出
Browse files Browse the repository at this point in the history
  • Loading branch information
eyebrowkang authored and lyngai committed Sep 8, 2023
1 parent 5523433 commit f9b86a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/replacePaths.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function replacePaths() {
}
}
} catch (error) {
console.error('Error occurred:', error);
throw error;
}
}

Expand Down

0 comments on commit f9b86a9

Please sign in to comment.