mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-20 07:02:32 +01:00
add stderr print
This commit is contained in:
parent
831dd6d610
commit
a84bc7be46
@ -116,6 +116,9 @@ public class ResourceGatherer {
|
||||
new BufferedReader(
|
||||
new InputStreamReader(dataGeneratorProcess.getInputStream())
|
||||
).lines().forEach(LOGGER::info);
|
||||
new BufferedReader(
|
||||
new InputStreamReader(dataGeneratorProcess.getErrorStream())
|
||||
).lines().forEach(LOGGER::error);
|
||||
LOGGER.info("");
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user