mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
expr: unify debug message
This commit is contained in:
@@ -52,7 +52,7 @@ impl AstNode {
|
||||
operands,
|
||||
} => {
|
||||
println!(
|
||||
"Node( {} ) at #{} (evaluate -> {:?})",
|
||||
"Node( {} ) at #{} ( evaluate -> {:?} )",
|
||||
op_type,
|
||||
token_idx,
|
||||
self.evaluate()
|
||||
|
||||
Reference in New Issue
Block a user