解决截图被占用无法打开问题

pull/738/head
gaoxun250@sina.com 2023-02-03 14:19:10 +08:00
parent 6246ce6ba8
commit 0a380c6ff9
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ public class ZLMRESTfulUtils {
FileOutputStream outStream = new FileOutputStream(snapFile);
outStream.write(Objects.requireNonNull(response.body()).bytes());
outStream.flush();
outStream.close();
} else {
logger.error(String.format("[ %s ]请求失败: %s %s", url, response.code(), response.message()));