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
Fix: fix unknown single-instance type error (#4111)
**Summary**
When `:` is not used in the `mutex` argument to provide a specifier,
`mutexType` and `mutexSpecifier` are parsed incorrectly. This patch
fixes that.
**Test plan**
Run `yarn --mutex=network` before the patch, observe the error. Run
the same command after the patch and see it pass.
0 commit comments