From 414d4bb4f5ff1166738f8813cd0ba46929a177c0 Mon Sep 17 00:00:00 2001 From: Patrick Ventuzelo Date: Thu, 5 Dec 2019 15:19:58 +0100 Subject: [PATCH] add detail br_if error --- crates/lightbeam/src/function_body.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lightbeam/src/function_body.rs b/crates/lightbeam/src/function_body.rs index cd7294b32e..441f67d557 100644 --- a/crates/lightbeam/src/function_body.rs +++ b/crates/lightbeam/src/function_body.rs @@ -468,7 +468,7 @@ where } other => { return Err(Error::Microwasm( - format!("unimplemented {:#?}", other).to_string(), + format!("br_if unimplemented case: {:#?}", other).to_string(), )) } };