this repo has no description
0
fork

Configure Feed

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

Fixes

+6
+2
example/unix_worker.ml
··· 127 127 with exn -> 128 128 handle_findlib_error exn; 129 129 [] 130 + 131 + let path = "/tmp" 130 132 end 131 133 132 134 module U = Impl.Make (S)
+2
lib/worker.ml
··· 68 68 let open Js_of_ocaml in 69 69 let func = Js.Unsafe.js_expr func_name in 70 70 fun () -> Js.Unsafe.fun_call func [| Js.Unsafe.inject Dom_html.window |] 71 + 72 + let path = "/static/cmis" 71 73 end 72 74 73 75 module M = Impl.Make (S)
+2
test/node/node_test.ml
··· 49 49 let require b v = function 50 50 | [] -> [] 51 51 | packages -> Js_top_worker_web.Findlibish.require sync_get b v packages 52 + 53 + let path = "/tmp" 52 54 end 53 55 54 56 module U = Impl.Make (S)