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(); }