diff --git a/crates/lox-wasm/src/lib.rs b/crates/lox-wasm/src/lib.rs index e7be319..2d78f70 100644 --- a/crates/lox-wasm/src/lib.rs +++ b/crates/lox-wasm/src/lib.rs @@ -130,12 +130,12 @@ pub fn trust_promotion(open_lox_cred: String, lox_pub: String) -> Result tp_result, Err(e) => { log(&format!("Error: {:?}", e.to_string()));