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 df68acb commit 6436d2cCopy full SHA for 6436d2c
wasm/lib/src/vm_class.rs
@@ -289,7 +289,7 @@ impl WASMVirtualMachine {
289
Box::new(wasm_builtins::builtin_print_console)
290
} else {
291
return Err(
292
- TypeError::new("stdout must be null, a function or a css selector").into()
+ TypeError::new("stdout must be null, a function or a css selector").into(),
293
);
294
};
295
let rustfunc = vm.ctx.new_rustfunc(print_fn);
0 commit comments