mirror of
https://github.com/SerendipityR-2022/EndMinecraftPlusV2.git
synced 2024-10-31 20:08:00 +00:00
补全报错信息输出
This commit is contained in:
parent
fe60332448
commit
66b4b9da18
@ -147,7 +147,7 @@ public class ProxyUtil {
|
|||||||
fileWriter.close();
|
fileWriter.close();
|
||||||
workingProxiesList.add(proxy);
|
workingProxiesList.add(proxy);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LogUtil.doLog(1, "保存有效代理失败! IO异常。", null);
|
LogUtil.doLog(1, "保存有效代理失败! IO异常: " + e.getMessage(), null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user