mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
wait for second pass apply
This commit is contained in:
parent
9bc67abccf
commit
f10b36d7fc
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||||
|
|
Loading…
Reference in a new issue