From f94e6b9216c41a7bfd78a73c67b2f805ff75242d Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 25 Jan 2025 19:23:22 +0100 Subject: Update helper modules. --- lib/helpers/file_helpers.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/helpers/file_helpers.ml') diff --git a/lib/helpers/file_helpers.ml b/lib/helpers/file_helpers.ml index 892d807..a1b5372 100644 --- a/lib/helpers/file_helpers.ml +++ b/lib/helpers/file_helpers.ml @@ -3,5 +3,4 @@ let list_files dir = Array.to_list (Sys.readdir dir) |> List.map (fun file -> Printf.sprintf "
  • %s
  • " file) |> String.concat "" - with _ -> - "
  • Error: Unable to read directory
  • " + with _ -> "
  • Error: Unable to read directory
  • " -- cgit v1.2.3