mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
slight overlook
Signed-off-by: João Mota <jackthemotorcycle@gmail.com>
This commit is contained in:
parent
692d7651ab
commit
d6b59e7091
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue