tiny-worker icon indicating copy to clipboard operation
tiny-worker copied to clipboard

tinyworker conflates __dirname and process.cwd()

Open jdmarshall opened this issue 5 years ago • 0 comments

Files that run inside of the tiny-worker forked process have the wrong __dirname. It appears to evaluate to the working directory for the parent process.

jdmarshall avatar May 14 '20 02:05 jdmarshall