We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15965d1 commit 890c6c1Copy full SHA for 890c6c1
src/SandboxClient/index.ts
@@ -234,7 +234,7 @@ export class SandboxClient {
234
* If enabled, we will keep the sandbox from hibernating as long as the SDK is connected to it.
235
*/
236
public keepActiveWhileConnected(enabled: boolean) {
237
- if (enabled)
+ if (enabled) {
238
if (!this.keepAliveInterval) {
239
this.keepAliveInterval = setInterval(() => {
240
this.agentClient.system.update();
0 commit comments