Skip to content

Commit

Permalink
i commited last time from ipad and sorry for the mistale
Browse files Browse the repository at this point in the history
  • Loading branch information
progressive-galib committed Dec 19, 2024
1 parent 641aaf4 commit ab74506
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/client/opamLockCommand.ml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ let select_packages atom_locs st =
atoms
in
if missing <> [] then
OpamConsole.error_and_exit `Not_found

(OpamPackage.to_string nv)
(OpamStd.Format.itemize OpamFormula.string_of_atom missing);
(OpamConsole.error_and_exit `Not_found
" error The following required packages %s and dependencies %s are missing: "
(OpamStd.Format.itemize OpamFormula.string_of_atom missing)
(OpamPackage.to_string nv);
acc)
else
OpamPackage.Set.add nv acc)
Expand Down

0 comments on commit ab74506

Please sign in to comment.