From 3ba1df86703ea60e0b53a67905fc62a52b61e804 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Fri, 12 Dec 2025 17:55:05 +0000 Subject: redo some latest_cmd funs --- lib/error.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/error.ml') diff --git a/lib/error.ml b/lib/error.ml index 83cca60..da5e579 100644 --- a/lib/error.ml +++ b/lib/error.ml @@ -42,8 +42,7 @@ type input_foreman_error = [ | `Could_not_get of Name.t | `Could_not_set of Name.t | `Latest_cmd_empty of Name.t - | `Latest_cmd_fail of Name.t * string - | `Latest_cmd_stderr of Name.t * string + | `Latest_cmd_fail of Name.t * exn * string | `Prefetch of Name.t * prefetch_error | `Pool_exception of string (* FIXME: string list *) -- cgit v1.2.3