Skip to content

Commit 6f4fd61

Browse files
committed
Adapt to hocon removal
1 parent cc6de65 commit 6f4fd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/StandardPathUtilitiesProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public FileVisitResult postVisitDirectory(Path d, IOException exc) throws IOExce
190190
return FileVisitResult.CONTINUE;
191191
}
192192
});
193-
// Keep this in sync with the catch_files in common.hocon
193+
// Keep this in sync with the catch_files in common.json
194194
TTY.println(DIAGNOSTIC_OUTPUT_DIRECTORY_MESSAGE_FORMAT, zipFile);
195195
return zipFile.getAbsolutePath();
196196
} catch (IOException e) {

0 commit comments

Comments
 (0)