mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
change debug function
This commit is contained in:
parent
782460e472
commit
9c0d55788f
@ -51,7 +51,8 @@ impl Config {
|
||||
info_check: Arc::new(Mutex::new(CheckInfo::neverused())),
|
||||
out: Arc::new(|_a, _i| Ok(Type::empty_tuple())),
|
||||
run: Arc::new(|a, _i| {
|
||||
eprintln!("{:#?}", a.get());
|
||||
let a = a.get();
|
||||
eprintln!("{} :: {}", a.as_type(), a);
|
||||
Data::empty_tuple()
|
||||
}),
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user