Another debugging aid

This commit is contained in:
cmdr2 2022-09-24 13:54:18 +05:30
parent 4f58a485a6
commit 011f283067

View File

@ -932,6 +932,7 @@ async function doMakeImage(reqBody, batchCount) {
} }
} }
} catch (e) { } catch (e) {
console.log('error doing something', jsonStr)
finalJSON += jsonStr finalJSON += jsonStr
} }