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.
Firebug
js_of_ocaml
1 parent 9780605 commit fa7b240Copy full SHA for fa7b240
src/bin/js/worker_example.ml
@@ -84,11 +84,11 @@ let solve () =
84
Worker_interface.file_to_json
85
(Some ("dummy" ^ !extension)) (Some 42) file
86
in
87
- Firebug.console##log json_file;
+ Console.console##log json_file;
88
let json_options = Worker_interface.options_to_json options in
89
- Firebug.console##log json_options;
+ Console.console##log json_options;
90
let%lwt results = exec worker json_file json_options in
91
- Firebug.console##log results;
+ Console.console##log results;
92
let res = Worker_interface.results_from_json results in
93
Lwt.return res
94
)
0 commit comments