fix
This commit is contained in:
@@ -69,4 +69,8 @@ public class ZipFolderPass extends Pass {
|
||||
protected boolean validate() {
|
||||
return new File(dst).exists();
|
||||
}
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Архивация папки";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user