diff options
| author | Bobby <[email protected]> | 2023-11-03 12:58:02 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-03 12:58:02 +0000 |
| commit | 955fdfb79f165bab521cf4f4e0e18613fd1f085b (patch) | |
| tree | 9bd3474cfa7f5552f5df8a4f0fe47095261ebc49 /repl/repl.go | |
| parent | 895fd381cc3867bb362f1abf19ffc26c41cbdbe7 (diff) | |
| download | mana-955fdfb79f165bab521cf4f4e0e18613fd1f085b.tar.xz mana-955fdfb79f165bab521cf4f4e0e18613fd1f085b.zip | |
fmt:source tree
Diffstat (limited to 'repl/repl.go')
| -rw-r--r-- | repl/repl.go | 2 |
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 } |
