We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb343ac commit 1bab6d2Copy full SHA for 1bab6d2
1 file changed
crates/core/src/host/v8/mod.rs
@@ -83,7 +83,7 @@ impl V8RuntimeInner {
83
);
84
85
if true {
86
- return Err::<JsModule, _>(anyhow!("v8_todo"));
+ return Err::<JsModule, _>(anyhow::anyhow!("v8_todo"));
87
}
88
89
// TODO(v8): determine min required ABI by module and check that it's supported?
0 commit comments