We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6f295 commit f46deffCopy full SHA for f46deff
iocamlserver.ml
@@ -70,11 +70,11 @@ let configure_js_serve () =
70
* to the users compiler/findlib path, and *also* for the users findlib
71
* paths *)
72
serve_uri_path :=
73
- (Filename.concat jsbase "ocaml") :: jsbase ::
+ (Filename.concat jsbase "ocaml") :: (Filename.concat jsbase "ocaml") :: jsbase ::
74
stdlib :: findlib ::
75
!serve_uri_path;
76
serve_file_path :=
77
- stdlib :: findlib ::
+ (Filename.concat findlib "toplevel") :: stdlib :: findlib ::
78
79
!serve_file_path
80
end else begin
0 commit comments