Compare commits

..

No commits in common. "395c9ed818a25f2e3bdfb3660007e7a23cabc1f9" and "bf87208b923ac679dbbbdfd12f14dcd13370364c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@navy.gif/wrappers",
"version": "1.5.10",
"version": "1.5.9",
"description": "Various wrapper classes I use in my projects",
"repository": "https://git.corgi.wtf/Navy.gif/wrappers.git",
"author": "Navy.gif",

View File

@ -266,8 +266,8 @@ class MariaDB
// This is a bit of a clusterfuck but it seems to work
#statusUpdate (update: StatusUpdate)
{
// this.#logger.debug('Status update');
// this.#logger.debug(update);
this.#logger.debug('Status update');
this.#logger.debug(update);
if (!update.members.length)
{
if (update.status === 'disconnected')