From b4bf4d5af505bdcd752d18436cbf6f7d8ec2b29e Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 8 Sep 2021 20:54:34 +0200 Subject: [PATCH] Fixed bug for shutdowns --- source/tristanable/watcher.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tristanable/watcher.d b/source/tristanable/watcher.d index 7506eb2..0e2d508 100644 --- a/source/tristanable/watcher.d +++ b/source/tristanable/watcher.d @@ -26,7 +26,7 @@ public final class Watcher : Thread this.manager = manager; socket = endpoint; - // running = true; + running = true; start(); }