Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/internal/error_data/imandrax_errors.ml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ let all : t list =
make "OhNoError" "Oh no 😰";
make "Debounced" "Task has been cancelled due to debouncing";
make "FileNotFound" "A file could not be found";
make "InvalidSession" "The session ID provided is invalid"
]
[@ocamlformat "disable"]
Loading