We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f47c3d commit b5b08a7Copy full SHA for b5b08a7
crates/trigger/src/loader.rs
@@ -47,6 +47,7 @@ impl Loader for TriggerLoader {
47
.context("LockedComponentSource missing source field")?;
48
let path = unwrap_file_uri(source)?;
49
spin_core::Module::from_file(engine, path)
50
+ .with_context(|| format!("loading module {path:?}"))
51
}
52
53
async fn mount_files(
0 commit comments