summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 322381c..4c7c49a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -28,6 +28,7 @@ fn eval(paths: &[&str], prompt: &str) {
// Check if we've reached EOF (i.e. <C-d>)
if bytes == 0 {
+ println!("");
break;
}