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 commit introduces a handler for `client.getWorkers` when it receives an error argument.
This way it won't break JS from running, but instead will just report the error and continue.
This is not the best way to fix this problem, but this will prevent false statements on CI runs, creating warnings rather than fatal errros.
0 commit comments