()
| 1068 | ) |
| 1069 | }, |
| 1070 | async onEnvironmentLost() { |
| 1071 | const success = await reconnectEnvironmentWithSession() |
| 1072 | if (!success) { |
| 1073 | return null |
| 1074 | } |
| 1075 | return { environmentId, environmentSecret } |
| 1076 | }, |
| 1077 | onWorkReceived: ( |
| 1078 | workSessionId: string, |
| 1079 | ingressToken: string, |
no test coverage detected