tinylibs / tinypool

🧵 A minimal and tiny Node.js Worker Thread Pool implementation (38KB)

Home Page:https://npmjs.com/package/tinypool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

process.argv does not work in worker!

diyorbekrustamjonov opened this issue · comments

In child_process mode process.argv is not passed to worker, how can this be solved?

image