Tag: nodejs
-
NodeJS: async.queue does not display error messages by default
Currently, I’m creating a custom web crawler and the easiest method to implement concurrency is to use the npm package “async“. While coding, I came across the problem, that the program wasn’t working correctly, but the terminal didn’t display any errors. So I tested the queued function outside of async, and it threw an error…