Skip to content

Commit

Permalink
Update App.java
Browse files Browse the repository at this point in the history
  • Loading branch information
wdn5349 authored May 2, 2024
1 parent e84ea05 commit b0d3979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/cse3310/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ public static void main(String[] args) {
System.out.println("websocket Server started on port: " + socketPort);
} catch (NullPointerException e) { // Checks for environment variable
e.printStackTrace();

}
}
}

0 comments on commit b0d3979

Please sign in to comment.