mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-17 23:11:23 +01:00
Fix error message if failing to hash file
This commit is contained in:
parent
76e06049cf
commit
606d717276
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ let main = () => {
|
||||||
switch (Util.hash_files(paths)) {
|
switch (Util.hash_files(paths)) {
|
||||||
| Ok(hsh) => hsh
|
| Ok(hsh) => hsh
|
||||||
| Error(msg) =>
|
| Error(msg) =>
|
||||||
Printf.eprintf("%s\n", e);
|
Printf.eprintf("%s\n", msg);
|
||||||
exit(1);
|
exit(1);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue