slight overlook

Signed-off-by: João Mota <jackthemotorcycle@gmail.com>
This commit is contained in:
João Mota 2022-10-03 13:44:00 +01:00 committed by GitHub
parent 692d7651ab
commit d6b59e7091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,7 @@ pub fn main() -> io::Result<()> {
// To debug rustyline:
// <UNCOMMENT> env_logger::init();
// <RUN WITH:> RUST_LOG=rustyline=debug cargo run repl 2> debug.log
print!("{}{}", WELCOME_MESSAGE, INSTRUCTIONS, TIPS);
print!("{}{}{}", WELCOME_MESSAGE, INSTRUCTIONS, TIPS);
let mut prev_line_blank = false;
let mut editor = Editor::<ReplHelper>::new();