Skip to content

Commit 4be2496

Browse files
author
Irene Alvarado
committed
Add unstable option to Deno run command
1 parent dec979b commit 4be2496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function run(): Promise<void> {
4141
core.debug(`Invoking ${config.postprocess} with ${filename}...`)
4242
try {
4343
const raw = execSync(
44-
`deno run -q -A ${config.postprocess} ${filename}`
44+
`deno run -q -A --unstable ${config.postprocess} ${filename}`
4545
).toString()
4646

4747
const lines = raw.trim().split('\n')

0 commit comments

Comments
 (0)