Update reader.

This commit is contained in:
Bruce
2026-04-06 13:09:20 +08:00
parent b562d5b5ba
commit 64f3958d7f
55 changed files with 16056 additions and 9780 deletions
+2
View File
@@ -35,6 +35,8 @@
try {
inst.sendAsync(body, encoding, function(resp) {
if (c) c(resp);
}, function(err) {
if (e) e(err);
});
} catch (ex) { if (e) e(ex); }
});