Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 7fbe01e

Browse files
committed
Remvoe --unstable flag
1 parent 3c188f9 commit 7fbe01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export async function getDenoDir() {
8383
}
8484

8585
const p = Deno.run({
86-
cmd: [Deno.execPath(), 'info', '--json', '--unstable'],
86+
cmd: [Deno.execPath(), 'info', '--json'],
8787
stdout: 'piped',
8888
stderr: 'null'
8989
})

0 commit comments

Comments
 (0)