提交 b8bda653 编写于 作者: Y youyong205

modify the fix

上级 27b795d1
......@@ -84,7 +84,7 @@ public class LogviewUploader implements Task {
if (index == -1 && shouldDelete(path)) {
paths.add(path);
} else if (index > 0) {
} else if (index > 0 && shouldDelete(path)) {
paths.add(path.substring(0, index));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册