lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 1585e2f321 - Show all commits

View File

@ -10,7 +10,7 @@ impl Error{
pub fn print(self){
match self{
Self::Runner(mlua::Error::RuntimeError(s))=>{
println!("lua error: {s:?}");
println!("lua error: {s}");
},
other=>println!("{:?}",other),
}