Skip to content

Commit 42e1485

Browse files
committed
WIP
1 parent fc99958 commit 42e1485

File tree

1 file changed

+1
-2
lines changed
  • toplevel/examples/lwt_toplevel

1 file changed

+1
-2
lines changed

toplevel/examples/lwt_toplevel/dune

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
(action
8484
(run
8585
%{bin:js_of_ocaml}
86-
--no-runtime
8786
--pretty
8887
--toplevel
88+
--include-runtime
8989
%{read-strings:effects_flags.txt}
9090
%{dep:test_dynlink.cmo})))
9191

@@ -94,7 +94,6 @@
9494
(action
9595
(run
9696
%{bin:js_of_ocaml}
97-
--no-runtime
9897
--pretty
9998
--toplevel
10099
--include-runtime

0 commit comments

Comments
 (0)