Skip to content

Commit

Permalink
Merge pull request #89 from shunjieee/v1.3.1-Bug-Fixes
Browse files Browse the repository at this point in the history
V1.3.1 bug fixes
  • Loading branch information
ChuaZenKhoon authored Apr 5, 2024
2 parents 68ea0e7 + d7dd41b commit 67dd0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/address/logic/LogicManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public CommandResult execute(String commandText) throws AccountException, Comman
try {
storage.saveAddressBook(model.getAddressBook());
storage.saveUserPrefs(model.getUserPrefs());
storage.saveTagList(model.getTagList());
} catch (AccessDeniedException e) {
throw new CommandException(String.format(FILE_OPS_PERMISSION_ERROR_FORMAT, e.getMessage()), e);
} catch (IOException ioe) {
Expand Down

0 comments on commit 67dd0b8

Please sign in to comment.