Skip to content

Commit

Permalink
Update monster-monitor
Browse files Browse the repository at this point in the history
refactor: use logger.error() instead of printStackTrace()

- Swapped out all instances of e.printStackTrace() with logger.error() for better logging.
- This should make errors easier to track in the RuneLite logs and keep things cleaner.
  • Loading branch information
ChunkyAtlas authored Oct 20, 2024
1 parent bbf32dd commit 5c56cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/monster-monitor
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
repository=https://github.com/ChunkyAtlas/monster-monitor.git
commit=b18e48c7619c822853abf7083e7b9367732a3b7f
commit=e4fb16a569e7a2e347b77a24010ec439836ff49a

0 comments on commit 5c56cc7

Please sign in to comment.