13
0
geforkt von Mirrors/Paper

wait for second pass apply

Dieser Commit ist enthalten in:
Jason Penilla 2023-12-06 13:24:41 -07:00
Ursprung 9b067d69a1
Commit f6afdc4e9b

Datei anzeigen

@ -252,6 +252,7 @@ abstract class RebasePatches : BaseTask() {
.start() .start()
redirect(apply2.inputStream, System.out) redirect(apply2.inputStream, System.out)
apply2.waitFor()
logger.lifecycle(outStr) logger.lifecycle(outStr)
logger.lifecycle("Patch failed at $failed; See Git output above.") logger.lifecycle("Patch failed at $failed; See Git output above.")