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(local): fix run command test to use rest params and Promise return type
The buildCommand wrapper consumes the async generator internally, so
loader() returns a plain async function. Tests must spread args as
individual parameters (matching Stricli's variadic positional convention)
and await the Promise directly.
0 commit comments