tiny-worker
tiny-worker copied to clipboard
tinyworker conflates __dirname and process.cwd()
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.