Skip to content

Commit

Permalink
Print stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jan 16, 2024
1 parent 141aae7 commit fb02005
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public static final void showDefaultConfigDialog(){
break;
}
}catch(BackingStoreException | InvalidPathException e){
e.printStackTrace();
Dialog.showErrorDialog("Failed to save default config, cause: " + e.getMessage());
}
}
Expand Down

0 comments on commit fb02005

Please sign in to comment.