Skip to content

Commit 86bc3ad

Browse files
authored
test: cached only option to deno executable
1 parent 528dae7 commit 86bc3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps-engine/src/server/runtime/deno/AppsEngineDenoRuntime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class DenoRuntimeSubprocessController extends EventEmitter implements IRu
153153

154154
const options = [
155155
'run',
156-
`--cache-only`,
156+
`--cached-only`,
157157
`--allow-read=${appsEngineDir},${parentNodeModulesDir}`,
158158
`--allow-env=${ALLOWED_ENVIRONMENT_VARIABLES.join(',')}`,
159159
denoWrapperPath,

0 commit comments

Comments
 (0)