forked from nonsensical-dev/zenyx-engine
ZLUA REPL!!!!! (#18)
This commit is contained in:
parent
f286a2b624
commit
3766da6bcf
6 changed files with 106 additions and 13 deletions
|
@ -5,8 +5,8 @@ use core::{
|
|||
splash, workspace,
|
||||
};
|
||||
|
||||
use anyhow::Ok;
|
||||
use colored::Colorize;
|
||||
use mlua::Lua;
|
||||
use tokio::runtime;
|
||||
|
||||
pub mod core;
|
||||
|
@ -26,9 +26,8 @@ fn main() -> anyhow::Result<()> {
|
|||
COMMAND_MANAGER.read().execute("help", None)?;
|
||||
let t = tokio::spawn(core::repl::input::handle_repl());
|
||||
t.await??;
|
||||
Ok(())
|
||||
Ok::<(), anyhow::Error>(())
|
||||
})?;
|
||||
|
||||
Ok(())
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue