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
Previous incarnations of the script relied on `guest.start` and then
fetching the resultant exit code via `guest.ps`. This appears to
sometimes not retrun any `exitCode` in some cases. This commit switches
to using `guest.run` which is a synchronous command that returns the
exit code.
0 commit comments