wait for second pass apply

This commit is contained in:
Jason Penilla 2023-12-06 13:24:41 -07:00
parent 9bc67abccf
commit f10b36d7fc
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 1 additions and 0 deletions

View File

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