add nodejs support

This commit is contained in:
ading2210 2025-02-13 16:12:03 -05:00
parent 3a2ab40e75
commit 87b887a4b7
13 changed files with 78 additions and 18 deletions

View file

@ -186,7 +186,7 @@ class CurlSession {
try {
stream_controller.close();
}
catch {}
catch (e) {}
end_callback(error);
}