Commit 74b130fe authored by martin hou's avatar martin hou

Merge branch 'v20250816' into device-mgr

parents 2d0aca17 267929ec
...@@ -462,7 +462,8 @@ function Jensen(log, conn) { ...@@ -462,7 +462,8 @@ function Jensen(log, conn) {
const receive = function (result) { const receive = function (result) {
if(result instanceof Error) { if(result instanceof Error) {
console.log('receive error', result); // console.log('receive error', result);
Logger.error('jensen', 'receive', String(result));
return return
} }
totalBytes += result.data.byteLength; totalBytes += result.data.byteLength;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment