Résolution de bug - TEST JAVA -> 01

This commit is contained in:
2025-02-06 20:49:12 +01:00
parent 2a6599c5ae
commit 53ea20ea69
3 changed files with 19 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ public class BakefileParser {
if (!Files.exists(Paths.get(filename))) {
System.out.println("*** No targets specified and no makefile found. Stop.");
System.exit(1);
}
}
try {
List<String> lines = Files.readAllLines(Paths.get(filename));