Skip to content

Commit

Permalink
Not affect anything substantial, only to include the JAR release
Browse files Browse the repository at this point in the history
  • Loading branch information
LIN_CHIEH committed Jan 26, 2023
1 parent ed81c75 commit 5d2b82f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: duke.Duke

2 changes: 1 addition & 1 deletion src/main/java/duke/Storage.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Storage {
taskList.parseEventFromFile(tokens);
}
} catch (FileNotFoundException e) {
System.out.println(e.getMessage());
// System.out.println(e.getMessage());
}
}

Expand Down

0 comments on commit 5d2b82f

Please sign in to comment.