This commit is contained in:
mii
2024-10-31 16:33:43 +09:00
parent 2ff477d8e1
commit d9842c5f64

View File

@ -50,6 +50,7 @@ impl IzoliBox {
let new_callback = Box::new(|| { let new_callback = Box::new(|| {
self.prelude().unwrap(); self.prelude().unwrap();
info!("running user code");
callback(); callback();
127 127