Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a467339 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix formatting of rbcrun errors"

parents 36987fa4 e95122ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,6 +93,6 @@ func main() {
}

func quit(format string, s ...interface{}) {
	fmt.Fprintln(os.Stderr, format, s)
	fmt.Fprintf(os.Stderr, format, s...)
	os.Exit(2)
}