Compare commits
No commits in common. "395c9ed818a25f2e3bdfb3660007e7a23cabc1f9" and "bf87208b923ac679dbbbdfd12f14dcd13370364c" have entirely different histories.
395c9ed818
...
bf87208b92
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@navy.gif/wrappers",
|
"name": "@navy.gif/wrappers",
|
||||||
"version": "1.5.10",
|
"version": "1.5.9",
|
||||||
"description": "Various wrapper classes I use in my projects",
|
"description": "Various wrapper classes I use in my projects",
|
||||||
"repository": "https://git.corgi.wtf/Navy.gif/wrappers.git",
|
"repository": "https://git.corgi.wtf/Navy.gif/wrappers.git",
|
||||||
"author": "Navy.gif",
|
"author": "Navy.gif",
|
||||||
|
@ -266,8 +266,8 @@ class MariaDB
|
|||||||
// This is a bit of a clusterfuck but it seems to work
|
// This is a bit of a clusterfuck but it seems to work
|
||||||
#statusUpdate (update: StatusUpdate)
|
#statusUpdate (update: StatusUpdate)
|
||||||
{
|
{
|
||||||
// this.#logger.debug('Status update');
|
this.#logger.debug('Status update');
|
||||||
// this.#logger.debug(update);
|
this.#logger.debug(update);
|
||||||
if (!update.members.length)
|
if (!update.members.length)
|
||||||
{
|
{
|
||||||
if (update.status === 'disconnected')
|
if (update.status === 'disconnected')
|
||||||
|
Loading…
Reference in New Issue
Block a user