typo
This commit is contained in:
parent
0c0ef99341
commit
64992b4251
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ startAssistant assistant daemonize webappwaiter = withThreadState $ \st -> do
|
||||||
|
|
||||||
watch a = (True, a)
|
watch a = (True, a)
|
||||||
assist a = (False, a)
|
assist a = (False, a)
|
||||||
startthread dstatus (runner, watcher, t)
|
startthread dstatus (watcher, t)
|
||||||
| watcher || assistant = void $ forkIO $
|
| watcher || assistant = void $ forkIO $
|
||||||
runNamedThread dstatus t
|
runNamedThread dstatus t
|
||||||
| otherwise = noop
|
| otherwise = noop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue