error catching parse for db row details parsing
parent
514a3ca00e
commit
880f8e6350
|
@ -355,7 +355,7 @@ module.exports = function(s,config){
|
|||
}
|
||||
if(options.parseRowDetails){
|
||||
r.forEach((row) => {
|
||||
row.details = JSON.parse(row.details)
|
||||
row.details = s.parseJSON(row.details,{})
|
||||
})
|
||||
}
|
||||
if(options.noCount){
|
||||
|
|
Loading…
Reference in New Issue