Closed danielroe closed 1 year ago
Consola v3.0.0, https://github.com/nuxt/nuxt
https://github.com/nuxt/nuxt/pull/20194
process.stdout.fd is not defined in worker threads and we get this error:
process.stdout.fd
The "fd" argument must be of type number. Received undefined
https://github.com/unjs/consola/blob/d77286a6ffeab9c8e1eca0fac423368045f8fef4/src/utils/stream.ts#L5
No response
Environment
Consola v3.0.0, https://github.com/nuxt/nuxt
Reproduction
https://github.com/nuxt/nuxt/pull/20194
Describe the bug
process.stdout.fd
is not defined in worker threads and we get this error:Additional context
https://github.com/unjs/consola/blob/d77286a6ffeab9c8e1eca0fac423368045f8fef4/src/utils/stream.ts#L5
Logs
No response