Update readme, alter echo command
This commit is contained in:
parent
f985ecef3d
commit
2c5d64bc9c
2 changed files with 14 additions and 11 deletions
|
|
@ -41,7 +41,7 @@ pub fn get_echo() -> Function {
|
|||
Ctr::Seg(c) => string.push_str(ast_as_string(c.clone(), true).as_str()),
|
||||
Ctr::None => ()
|
||||
}
|
||||
string.push_str(" ");
|
||||
string.push_str("\n");
|
||||
return true;
|
||||
}) {
|
||||
// TODO: use custom logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue