Ask a question to get started
Enter to send•Shift+Enter new line
close(): Promise<void>
Close the sandbox and release all resources.
After closing, the sandbox cannot be used again. Any unsaved data will be lost.
try { await sandbox.execute("deno run build.ts"); } finally { await sandbox.close(); }