You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deno.jsonc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
},
6
6
"tasks": {
7
7
// runs this source checkout, args will be passed
8
-
"run": "deno run --unstable-fs --unstable-ffi -A ./entrypoint.ts",
8
+
"run": "deno run --unstable-fs --unstable-ffi --unstable-process -A ./entrypoint.ts",
9
9
10
10
// you can specify paths to specific tests if you need
11
11
// follows is the ideal permissions lines, unfortunately deno considers making symlinks to require full read/write permissions for fuck knows why reasons
0 commit comments