Skip to content

Commit

Permalink
Fall back to Docker for sandbox mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Dec 5, 2023
1 parent be7c145 commit 17c0403
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 73 deletions.
3 changes: 2 additions & 1 deletion install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ export async function install(engine: SandboxEngine) {
entry.engine === engine && entry.arch === arch && entry.type === type
)?.url
if (!url) {
throw new Error(
console.warn(
`No ${engine} binary is available for your OS type (${type}) and architecture (${arch}).`
)
return
}

const archiveFilename = posix
Expand Down
Loading

0 comments on commit 17c0403

Please sign in to comment.