stricter log

This commit is contained in:
Daniel Lugo 2020-07-11 20:21:40 -04:00
parent b30971598e
commit 3f2466b09c

View file

@ -105,6 +105,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => {
}
} catch (e) {
logger.error(e)
logger.info(JSON.stringify(e))
if (e.message === 'NOT_AUTH') {
throw e
}