diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-12 18:04:01 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-12 18:04:01 +0000 |
| commit | 4fb3460e56c73053065940653bd7d205f5018854 (patch) | |
| tree | 26b2c975a9d382d3fd356cb5cc1539620c44bd61 /lib/error.ml | |
| parent | 3ba1df86703ea60e0b53a67905fc62a52b61e804 (diff) | |
| download | nixtaml-4fb3460e56c73053065940653bd7d205f5018854.tar nixtaml-4fb3460e56c73053065940653bd7d205f5018854.tar.gz nixtaml-4fb3460e56c73053065940653bd7d205f5018854.tar.bz2 nixtaml-4fb3460e56c73053065940653bd7d205f5018854.tar.lz nixtaml-4fb3460e56c73053065940653bd7d205f5018854.tar.xz nixtaml-4fb3460e56c73053065940653bd7d205f5018854.tar.zst nixtaml-4fb3460e56c73053065940653bd7d205f5018854.zip | |
keep pool exception
Diffstat (limited to 'lib/error.ml')
| -rw-r--r-- | lib/error.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.ml b/lib/error.ml index da5e579..d98c1ee 100644 --- a/lib/error.ml +++ b/lib/error.ml @@ -44,7 +44,7 @@ type input_foreman_error = [ | `Latest_cmd_empty of Name.t | `Latest_cmd_fail of Name.t * exn * string | `Prefetch of Name.t * prefetch_error - | `Pool_exception of string + | `Pool_exception of exn (* FIXME: string list *) | `Many_errors of string list ] |
