[fix] add stack log

This commit is contained in:
kwaroran
2023-11-14 18:10:47 +09:00
parent de3c0ccb1a
commit 8282b480d5

View File

@@ -107,7 +107,7 @@
//retry
if(tries > 2){
alertError(`Error while parsing chat message: ${translateText}, ${error.message}`)
alertError(`Error while parsing chat message: ${translateText}, ${error.message}, ${error.stack}`)
return data
}
return await markParsing(data, charArg, mode, chatID, translateText, (tries ?? 0) + 1)