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 startup bug when zero profiles are present (#1807)
The service would fail to fully start if zero profiles were present,
because that meant we attempted to invoke an empty command, which then
threw `PSInvalidOperationException: No commands are specified`. This
wasn't caught by our task executor, since it happened in a delegate
which directly invoked the command.
0 commit comments