Skip to content

Commit fa7b240

Browse files
committed
The Firebug module of js_of_ocaml is deprecated
1 parent 9780605 commit fa7b240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/js/worker_example.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ let solve () =
8484
Worker_interface.file_to_json
8585
(Some ("dummy" ^ !extension)) (Some 42) file
8686
in
87-
Firebug.console##log json_file;
87+
Console.console##log json_file;
8888
let json_options = Worker_interface.options_to_json options in
89-
Firebug.console##log json_options;
89+
Console.console##log json_options;
9090
let%lwt results = exec worker json_file json_options in
91-
Firebug.console##log results;
91+
Console.console##log results;
9292
let res = Worker_interface.results_from_json results in
9393
Lwt.return res
9494
)

0 commit comments

Comments
 (0)