diff --git a/bin/ocaml_merlin.ml b/bin/ocaml_merlin.ml index c1d0694bf5b..d592ecf77a2 100644 --- a/bin/ocaml_merlin.ml +++ b/bin/ocaml_merlin.ml @@ -245,6 +245,9 @@ module Dump_dot_merlin = struct "The path to the folder of which the configuration should be \ printed. Defaults to the current directory.") in + let common = + Common.set_print_directory common false |> Common.forbid_builds + in let config = Common.init common ~log_file:No_log_file in Scheduler.go ~common ~config (fun () -> match path with