chore: avoid unhandled promise timeout errors

This commit is contained in:
canove
2025-04-24 13:38:00 -03:00
parent 2382fb8723
commit 2dbfb085d5

View File

@@ -221,7 +221,6 @@ export const makeSocket = (config: SocketConfig) => {
await sendNode(node)
])
if('tag' in result) {
assertNodeErrorFree(result)
}