This commit is contained in:
Matt Low 2021-03-14 21:32:02 -06:00
parent d44aae0eff
commit 0624bd22f2

View File

@ -136,7 +136,7 @@ async function main() {
}); });
}); });
} catch (err) { } catch (err) {
logger.error(err); logger.error("lkjsdf", err);
} }
} }