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

Commit b78048a7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix formatting of rbcrun errors" am: 0a467339 am: 09435773

Original change: https://android-review.googlesource.com/c/platform/build/+/1856773

Change-Id: Ic8ce2558b42927ca7372aa94e43e420cb828d0e9
parents e64521ff 09435773
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)
}