unjs / consola

🐨 Elegant Console Logger for Node.js and Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging does not work in worker threads

danielroe opened this issue · comments

Environment

Consola v3.0.0, https://github.com/nuxt/nuxt

Reproduction

nuxt/nuxt#20194

Describe the bug

process.stdout.fd is not defined in worker threads and we get this error:

The "fd" argument must be of type number. Received undefined

Additional context

return writeSync((stream as any).fd, data);

Logs

No response