diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index be13523..438351e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -9,8 +9,7 @@
-
-
+
@@ -171,7 +170,14 @@
1674655119812
-
+
+ 1674655881410
+
+
+
+ 1674655881410
+
+
@@ -206,7 +212,8 @@
-
+
+
diff --git a/src/Main.java b/src/Main.java
index eaad972..e87dfde 100644
--- a/src/Main.java
+++ b/src/Main.java
@@ -151,6 +151,7 @@ public class Main {
}
}
+ //print files and ask user
public static void ask(boolean color, long bytes, List deleteThem) {
if (color) {
System.out.println(ConsoleColors.RED_BOLD + (bytes / 8000000) + " unnecessary MB in " + deleteThem.size() + " Files found, do you want to Delete them? Y / N" + ConsoleColors.RESET);