Skip to content

Commit

Permalink
Watcher
Browse files Browse the repository at this point in the history
- Don't call `stop()` on the `Manager` when exiting the loop
  • Loading branch information
deavmi committed Nov 26, 2023
1 parent 169f47d commit 7554703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tristanable/manager/watcher.d
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class Watcher : Thread
// TODO: Unblock all `dequeue()`'s here
// TODO: Get a reason for exiting (either cause of error OR shutdoiwn (see below (which in turn is called by the Manager)))
version(unittest) { writeln("Exited watcher loop"); }
this.manager.stop();
// this.manager.stop();
}

/**
Expand Down

0 comments on commit 7554703

Please sign in to comment.