Heartstopper Commit
Enabled every catch block in the project to log parsed exceptions.
This commit is contained in:
@@ -73,7 +73,7 @@ public class PortalScriptManager {
|
||||
try {
|
||||
fr.close();
|
||||
} catch (IOException e) {
|
||||
System.out.println("ERROR CLOSING " + e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user