From b3f4685b76c16318bdaf6538537f764760856934 Mon Sep 17 00:00:00 2001 From: Kato <45391880+kat0h@users.noreply.github.com> Date: Tue, 28 Jun 2022 01:40:41 +0900 Subject: [PATCH] Fix permission --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd2b9d6..acc01f8 100644 --- a/Makefile +++ b/Makefile @@ -40,4 +40,4 @@ clean: rm -f *.o $(TARGET) test: $(TARGET) - deno run --unstable --allow-ffi ffi.ts + deno run --unstable --allow-net --allow-write --allow-env --allow-read --allow-ffi ffi.ts