You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the use of workers in Ava (and Vitest among others).
**Steps to reproduce**
We can put together a reproduction if needed.
**Expected behavior**
Not sure, but it would be cool if there was a way to disable the use of the `--title` flag for constructed node calls.
**Screenshots**
n/a
**Environment**
<!-- Run `npx envinfo` and paste it below. This requires Node.js to be installed. -->
Moon 1.7.1
MacOS Ventura
**Additional context**
<!-- Add any other context about the problem here. -->
The text was updated successfully, but these errors were encountered:
Describe the bug
Super edge case I just ran into using the
ava
package andcommand: ava
in a task:✘ Internal error
Error [ERR_WORKER_INVALID_EXEC_ARGV]: Initiated Worker with invalid execArgv flags: --title
Error [ERR_WORKER_INVALID_EXEC_ARGV]: Initiated Worker with invalid execArgv flags: --title
Moon 1.7.1
MacOS Ventura
The text was updated successfully, but these errors were encountered: