chore: remove process.exit(1) from error handling

This commit is contained in:
2025-06-04 17:09:41 +09:00
committed by Satsuki Akiba (aider)
parent cdea24d538
commit 6e6164764a

View File

@ -141,5 +141,4 @@ const processFeedUrl = async (url: string) => {
batchProcess().catch((err) => {
console.error("バッチ処理中にエラーが発生しました:", err);
process.exit(1);
});