Skip to content

Commit

Permalink
show prefs path
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed May 3, 2020
1 parent dcbe938 commit c937601
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,7 @@ public void exportPreferences(String filename) throws JabRefException {
}

public void exportPreferences(Path file) throws JabRefException {
LOGGER.debug(file.toAbsolutePath().toString());
try (OutputStream os = Files.newOutputStream(file)) {
prefs.exportSubtree(os);
} catch (BackingStoreException | IOException ex) {
Expand Down

0 comments on commit c937601

Please sign in to comment.