Skip to content

Commit

Permalink
Update src/extension_commands.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com>
  • Loading branch information
PizieDust and voodoos authored Oct 29, 2024
1 parent 4e6a935 commit 2525214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extension_commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,7 @@ module Search_by_type = struct

let input_box =
(* Re-using the same instance of the input box allows us to remember the
last input. show_message `Error "Invalid file type. This command can only
work in a valid \ Ocaml .ml or .mli file" *)
last input. *)
let box =
InputBox.set
(Window.createInputBox ())
Expand Down

0 comments on commit 2525214

Please sign in to comment.