fix: stringify object in HypaProcesser to display actual error content instead of [object Object]

This commit is contained in:
Bo26fhmC5M
2025-02-08 21:33:34 +09:00
parent 89c34dfdd7
commit 80ba79e2ab

View File

@@ -106,7 +106,7 @@ export class HypaProcesser{
if(!gf.ok){
throw gf.data
throw JSON.stringify(gf.data)
}
const result:number[][] = []