summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs
index f5acc2ef8..880d3eb5e 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -77,6 +77,7 @@ startDaemon foreground
_ <- forkIO $ commitThread st changechan
_ <- forkIO $ daemonStatusThread st dstatus
_ <- forkIO $ sanityCheckerThread st dstatus changechan
+ -- Does not return.
watchThread st dstatus changechan
stopDaemon :: Annex ()