fix: stringify object in HypaProcesser to display actual error content instead of [object Object]
This commit is contained in:
@@ -106,7 +106,7 @@ export class HypaProcesser{
|
|||||||
|
|
||||||
|
|
||||||
if(!gf.ok){
|
if(!gf.ok){
|
||||||
throw gf.data
|
throw JSON.stringify(gf.data)
|
||||||
}
|
}
|
||||||
|
|
||||||
const result:number[][] = []
|
const result:number[][] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user