Skip to content

Commit 1fc83c3

Browse files
fixup! Fix compilation warnings.
1 parent 12dc7f7 commit 1fc83c3

File tree

1 file changed

+2
-0
lines changed
  • src/Control/Distributed/Process

1 file changed

+2
-0
lines changed

src/Control/Distributed/Process/Node.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ startServiceProcesses node = do
321321
-- process which uses 'send' or other primitives which are traced.
322322
register "trace.logger" logger
323323
where
324+
fork = forkProcess node
325+
324326
loop = do
325327
receiveWait
326328
[ match $ \((time, pid, string) ::(String, ProcessId, String)) -> do

0 commit comments

Comments
 (0)