Plugin tweaks

This commit is contained in:
Gregory Schier
2024-07-22 12:17:46 -07:00
parent 994f314cff
commit 47d4fffc20
4 changed files with 8 additions and 6 deletions

View File

@@ -61,4 +61,6 @@ new Promise(async () => {
replyErr(msg, err);
}
});
}).catch((err) => console.log('failed to boot plugin', err));
}).catch((err) => {
console.log('failed to boot plugin', err);
});