mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
expr: unify debug message
This commit is contained in:
parent
c595948dbc
commit
fa2a14ccd2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ impl AstNode {
|
|||
operands,
|
||||
} => {
|
||||
println!(
|
||||
"Node( {} ) at #{} (evaluate -> {:?})",
|
||||
"Node( {} ) at #{} ( evaluate -> {:?} )",
|
||||
op_type,
|
||||
token_idx,
|
||||
self.evaluate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue