Skip to content

Commit

Permalink
compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Nov 8, 2024
1 parent 94683a5 commit 1f9a47b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ private Filer scratchFiler() throws IOException {
private Optional<Path> codegenResourceFilerOut(String outPath,
String body,
Optional<Function<InputStream, String>> optFnUpdater) {
outPath = outPath.replace(File.separator, "/");
Messager messager = messager();
if (!filerWriterEnabled()) {
messager.log("(disabled) Writing " + outPath + " with:\n" + body);
Expand Down

0 comments on commit 1f9a47b

Please sign in to comment.