chore: remove process.exit(1) from error handling
This commit is contained in:
		@@ -141,5 +141,4 @@ const processFeedUrl = async (url: string) => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
batchProcess().catch((err) => {
 | 
					batchProcess().catch((err) => {
 | 
				
			||||||
  console.error("バッチ処理中にエラーが発生しました:", err);
 | 
					  console.error("バッチ処理中にエラーが発生しました:", err);
 | 
				
			||||||
  process.exit(1);
 | 
					 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user