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

Commit 394e6187 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 am: b78048a7 am: f2fb5982

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

Change-Id: Iea1e116813ec69bfe42b5d14b8d53d00dda884dd
parents 0604b157 f2fb5982
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)
}