Skip to content

Commit

Permalink
Update error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
NoyaRoeT committed Jan 25, 2023
1 parent a9e128f commit 1ce1aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ bin/
/text-ui-test/ACTUAL.TXT
text-ui-test/EXPECTED-UNIX.TXT

*.txt
/src/main/java/META-INF/

*.txt
2 changes: 1 addition & 1 deletion src/main/java/duke/Duke.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private static void init() {
try {
storage.read(taskList, ui);
} catch (FileNotFoundException e) {
ui.showMessage("☹ OOPS!!! Could not find the storage file.");
ui.showMessage("Could not find a storage file, we're starting from scratch :3.");
}
}

Expand Down

0 comments on commit 1ce1aa7

Please sign in to comment.