remove categories
This commit is contained in:
parent
54b7986ad6
commit
53996ec2ba
3 changed files with 4 additions and 47 deletions
|
@ -84,8 +84,7 @@ impl Command for ZLua {
|
|||
..
|
||||
}) => {
|
||||
// continue reading input and append it to `line`
|
||||
line.push_str("\n"); // separate input lines
|
||||
prompt = prompt;
|
||||
line.push('\n'); // separate input lines
|
||||
}
|
||||
|
||||
Err(e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue