summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-11-10 14:01:16 +0100
committerMarc Vertes <mvertes@free.fr>2025-11-10 14:01:16 +0100
commit0035f65d697e165c4f2ba2d445bfa938ab4159ee (patch)
treea2b9779d2cf0ac7c1a36ec381b0ed0b1be2a1bba /main.go
parentc6ff109198546a8adb340a7be84a7fc03762081b (diff)
chore: fix lint
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 276f732..232e122 100644
--- a/main.go
+++ b/main.go
@@ -58,7 +58,7 @@ func repl(interp Interpreter, in io.Reader) (err error) {
}
fmt.Print(prompt)
}
- return
+ return err
}
func run(arg []string) (err error) {