We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d4f34 commit e3219bfCopy full SHA for e3219bf
1 file changed
sandbox.ts
@@ -412,6 +412,7 @@ export const sandboxExtendCommand = new Command<SandboxContext>()
412
.action(async (options, sandboxId, lifetime) => {
413
await using sandbox = await connectToSandbox(options, sandboxId);
414
415
+ // deno-lint-ignore no-explicit-any
416
console.log(await sandbox.extendLifetime(lifetime as any));
417
});
418
0 commit comments