From 54a00732752044fdecdd33ec04ec72e0d56b9db5 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 29 Dec 2022 13:31:22 -0800 Subject: use fixed AsyncWrite impl --- src/lua/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lua') diff --git a/src/lua/mod.rs b/src/lua/mod.rs index 8f14b9a..cacba00 100644 --- a/src/lua/mod.rs +++ b/src/lua/mod.rs @@ -118,6 +118,7 @@ impl BuildEnv { } }; eprintln!("args: {:?}", args); + eprintln!(" params: {:?}", params); let rt = tokio::runtime::Builder::new_current_thread() .enable_all() .build() -- cgit v1.1