Skip to content

Commit

Permalink
[diff] ensure diff command does not use logger logging when file mode…
Browse files Browse the repository at this point in the history
… is picked
  • Loading branch information
rmannibucau committed Dec 4, 2023
1 parent e62da49 commit 758486a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ private void doWrite(final Supplier<String> contentProvider) {
} catch (final IOException ioe) {
throw new IllegalStateException(ioe);
}
break;
default:
log.info(contentProvider);
}
Expand Down

0 comments on commit 758486a

Please sign in to comment.