Skip to content

Commit 13f35a8

Browse files
committed
fix
1 parent be6d129 commit 13f35a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sandbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ export const sandboxCopyCommand = new Command<SandboxContext>()
256256
sourceSandbox.expandGlob(sourceSandboxPath),
257257
async (sandboxEntry) => {
258258
const tempPath = join(tempDir, sandboxEntry.path);
259+
await Deno.mkdir(tempPath, { recursive: true });
259260
await sourceSandbox.download(sandboxEntry.path, tempPath);
260261

261262
await Array.fromAsync(pooledMap(

0 commit comments

Comments
 (0)