From 26d67ae3167c6a5b1a7ba806b2a4af2e4feb22a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 31 Jul 2023 11:44:25 +0200 Subject: [PATCH 1/2] [mod] tools:deploy --- tools/deploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/deploy b/tools/deploy index 9012bb4..2f641af 100755 --- a/tools/deploy +++ b/tools/deploy @@ -12,6 +12,8 @@ rsync \ --recursive \ --update \ --delete \ + --exclude 'node_modules' \ + --verbose \ build/ \ ${target_ssh_handle}:/opt/heimdall From a222dadec8446499cf1c6d036d58765fadfe52c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Thu, 3 Aug 2023 09:43:59 +0200 Subject: [PATCH 2/2] [mod] main:strict comparison --- source/logic/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/logic/main.ts b/source/logic/main.ts index 8aecafc..e90dbd5 100644 --- a/source/logic/main.ts +++ b/source/logic/main.ts @@ -459,7 +459,7 @@ async function main( ( (! (count === null)) && - (count == check.threshold) + (count === check.threshold) ) || (