remove categories

This commit is contained in:
Chance 2025-01-11 15:12:18 -05:00 committed by BitSyndicate
parent 54b7986ad6
commit 53996ec2ba
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
3 changed files with 4 additions and 47 deletions

View file

@ -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) => {