Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Make vm public
Browse files Browse the repository at this point in the history
  • Loading branch information
voidxnull committed Aug 27, 2018
1 parent 7b19a0b commit 8c05e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actor.rs
Expand Up @@ -43,7 +43,7 @@ use builder::LuaActorBuilder;
/// ### `ctx.terminate()`
/// Terminate actor execution.
pub struct LuaActor {
vm: Lua,
pub vm: Lua,
pub recipients: HashMap<String, Recipient<LuaMessage>>,
}

Expand Down

0 comments on commit 8c05e83

Please sign in to comment.