diff --git a/lib/wasix/src/runtime/package_loader/load_package_tree.rs b/lib/wasix/src/runtime/package_loader/load_package_tree.rs index 9bcc7598939..b35c726437f 100644 --- a/lib/wasix/src/runtime/package_loader/load_package_tree.rs +++ b/lib/wasix/src/runtime/package_loader/load_package_tree.rs @@ -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" + "The '{command_name}' command uses the '{atom_name}' atom, but it isn't present in the package {package_id}" ) })?;