When running the `dev` script, `process.title` can be `undefined` at the following line: [`packages/nuxi/src/dev/index.ts`](https://github.com/nuxt/cli/blob/a85c4b71e95c48d7693f67d512dd388e4e0077d8/packages/nuxi/src/dev/index.ts#L22C31-L22C64) ```ts enabled = !!process.send && !process.title.includes('vitest') && process.env.__NUXT__FORK ``` In the following environment (StackBlitz), `process.title` was `undefined`: https://stackblitz.com/edit/github-t6kc9h5u
When running the
devscript,process.titlecan beundefinedat the following line:packages/nuxi/src/dev/index.tsIn the following environment (StackBlitz),
process.titlewasundefined:https://stackblitz.com/edit/github-t6kc9h5u