From 52d9258b09e8425ede564faaf0f46769ad053817 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sun, 19 Jun 2022 00:04:14 -0400 Subject: [PATCH] Update start command for worker thread --- .gitignore | 2 +- start.command | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9eef88c..b4d4848 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ config.ts -emojis/Thumbs.db +**/**/Thumbs.db logs diff --git a/start.command b/start.command index ac03885..33ed8a0 100644 --- a/start.command +++ b/start.command @@ -1 +1 @@ -deno run --allow-write=./logs --allow-net .\mod.ts +deno run --allow-write=./logs --allow-read=./src/solver/rollWorker.ts --allow-net .\mod.ts \ No newline at end of file