Skip to content

Commit

Permalink
Update lib/wasix/src/runtime/package_loader/unsupported.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Herzog <[email protected]>
  • Loading branch information
Michael Bryan and theduke authored Jul 5, 2023
1 parent 6a5a94b commit feef9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasix/src/runtime/package_loader/unsupported.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ impl PackageLoader for UnsupportedPackageLoader {
}

#[derive(Debug, Copy, Clone, thiserror::Error)]
#[error("Not supported")]
#[error("Loading of packages is not supported in this runtime (no PackageLoader configured)")]
struct Unsupported;

0 comments on commit feef9d6

Please sign in to comment.