hook concat into stl
This commit is contained in:
parent
ff5e76ff98
commit
7ca42f18da
3 changed files with 6 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ pub fn get_echo() -> Function {
|
|||
Ctr::Seg(c) => string.push_str(ast_as_string(c.clone(), true).as_str()),
|
||||
Ctr::None => ()
|
||||
}
|
||||
println!(string)
|
||||
println!("{}", string);
|
||||
return true;
|
||||
}) {
|
||||
eprintln!("circuit loop in echo should not have returned false")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue