Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Oct 23, 2024
1 parent 86294ea commit e12f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mmx_compile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ int main(int argc, char** argv)
engine->write(stack_ptr, vm::to_binary(address));
return;
}
throw std::logic_error("invalid remote call to '" + name + "'");
throw std::logic_error("invalid remote call: " + name + "." + method + "()");
}
if(method == "set_height") {
height = vm::read(engine, stack_ptr + 1).to<uint32_t>();
Expand Down

0 comments on commit e12f25c

Please sign in to comment.