Skip to content

Commit

Permalink
fix: 类型构建的路径替换脚本遇到错误需抛出
Browse files Browse the repository at this point in the history
  • Loading branch information
eyebrowkang committed Sep 8, 2023
1 parent 39037ae commit b34b603
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 b34b603

Please sign in to comment.