Fix: Resolve 39 compilation errors - DebugBox, SocketBox, HTTPServerBox, IntentBox RwLock conversion
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
@ -41,7 +41,7 @@ impl NyashInterpreter {
|
||||
message: format!("ready() expects 0 arguments, got {}", arguments.len()),
|
||||
});
|
||||
}
|
||||
Ok(future_box.ready())
|
||||
Ok(Box::new(BoolBox::new(future_box.ready())))
|
||||
}
|
||||
"equals" => {
|
||||
if arguments.len() != 1 {
|
||||
|
||||
Reference in New Issue
Block a user