We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6c075 commit 47fc80cCopy full SHA for 47fc80c
1 file changed
src/index.mjs
@@ -211,6 +211,7 @@ importSite(parseInt(SITE_ID))
211
.catch((e) => {
212
console.log(e);
213
console.log("\n❌ Error\n");
214
+ throw e;
215
})
216
.finally(() => {
217
targetDB.destroy();
0 commit comments