debugging

This commit is contained in:
Chris Troutner
2021-03-11 08:46:20 -08:00
parent 8de2e9e10b
commit be6550686f
+2
View File
@@ -175,6 +175,8 @@ function decodeError (err) {
}
}
console.log(`JSON of error: ${JSON.stringify(err, null, 2)}`)
// Handle 429 errors thrown by nginx
if (err.error) {
console.log('decodeError: err: ', err)