aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
Diffstat (limited to 'repl')
-rw-r--r--repl/repl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl/repl.go b/repl/repl.go
index 0002a89..04bff57 100644
--- a/repl/repl.go
+++ b/repl/repl.go
@@ -17,7 +17,7 @@ func Start(in io.Reader, out io.Writer) {
for {
fmt.Fprint(out, PROMPT)
var scanned bool = scanner.Scan()
-
+
if !scanned {
return
}