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 d2dc3e0 commit 26a5bc7Copy full SHA for 26a5bc7
src/store/mem.rs
@@ -756,9 +756,9 @@ async fn import_byte_stream(
756
}
757
758
#[cfg(wasm_browser)]
759
-async fn import_path(cmd: ImportPathMsg) -> anyhow::Result<ImportEntry> {
+async fn import_path(cmd: ImportPathMsg) -> Result<ImportEntry> {
760
let _: ImportPathRequest = cmd.inner;
761
- Err(anyhow::anyhow!(
+ Err(n0_error::anyerr!(
762
"import_path is not supported in the browser"
763
))
764
0 commit comments