Commit 5c3d919
committed
Prevent fatal error when it gets a 403 Error
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.1 parent eaab151 commit 5c3d919
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
| |||
0 commit comments