Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
Co-authored-by: Syrus Akbary <[email protected]>
  • Loading branch information
theduke and syrusakbary authored Apr 26, 2024
1 parent 0d7ad76 commit 1ae237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/src/runtime/package_loader/load_package_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fn load_binary_command(

let atom = atom.with_context(|| {
format!(
"The '{command_name}' command uses the '{atom_name}' atom, but it isn't present in the WEBC file (package: {package_id})"
"The '{command_name}' command uses the '{atom_name}' atom, but it isn't present in the package {package_id}"
)
})?;

Expand Down

0 comments on commit 1ae237f

Please sign in to comment.