Résolution de bug - TEST JAVA -> 01
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user