Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

get completed with error when node ver >= 12 #12

Open
luixiao0 opened this issue Jan 17, 2022 · 1 comment · May be fixed by #13
Open

get completed with error when node ver >= 12 #12

luixiao0 opened this issue Jan 17, 2022 · 1 comment · May be fixed by #13

Comments

@luixiao0
Copy link

luixiao0 commented Jan 17, 2022

node version: >=12.22.9

how to reproduce:
urllib.request(input.url, input.args, function (err, data, res) { if (err) { console.error(err.message); process.exit(1); } // do something else process.exit(0); }

@luixiao0
Copy link
Author

luixiao0 commented Jan 17, 2022

known fix: update urllib
PR created
#13

@luixiao0 luixiao0 linked a pull request Jan 17, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant