Skip to content

Commit

Permalink
Temp debug
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 19, 2023
1 parent 7c6bca3 commit dab9989
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public static void configurePaths() {
System.out.println(s);
}
System.out.println("-----");
File f = new File("/usr/lib/x86_64-linux-gnu");
String[] list = f.list();
f = new File("/usr/lib/x86_64-linux-gnu");
list = f.list();
for(String s : list) {
System.out.println(s);
}
Expand Down

0 comments on commit dab9989

Please sign in to comment.