This commit is contained in:
陆柯 2023-04-29 10:05:28 +08:00
parent 930a81dbff
commit 90971f2a93

View File

@ -43,7 +43,7 @@ export default {
listener(apiWhat)
}
} catch (exception) {
console.log(new Date().toJSON(), 'unknown message', data)
console.log(new Date().toJSON(), 'unknown message', data, exception)
return
}
})