mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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,
|
operands,
|
||||||
} => {
|
} => {
|
||||||
println!(
|
println!(
|
||||||
"Node( {} ) at #{} (evaluate -> {:?})",
|
"Node( {} ) at #{} ( evaluate -> {:?} )",
|
||||||
op_type,
|
op_type,
|
||||||
token_idx,
|
token_idx,
|
||||||
self.evaluate()
|
self.evaluate()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue