this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Log

+1
+1
lib/worker.ml
··· 96 96 let rpc_fn = Impl.IdlM.server Server.implementation in 97 97 Js_of_ocaml.Worker.set_onmessage (fun x -> 98 98 let s = Js_of_ocaml.Js.to_string x in 99 + Logs.debug (fun m -> m "Worker received: %s" s); 99 100 ignore (server rpc_fn s)); 100 101 Console.console##log (Js.string "All finished") 101 102 with e ->