new(whatsapp.gblib): New WhatsApp provider: Meta.

This commit is contained in:
Rodrigo Rodriguez 2024-04-30 20:13:09 -03:00
parent 80efd42068
commit 383e5a42c1

View file

@ -111,11 +111,11 @@ export class GBServer {
});
process.on('uncaughtException', (err, p) => {
GBLog.error(`UNCAUGHT_EXCEPTION: ${JSON.stringify(err).}`);
GBLog.error(`UNCAUGHT_EXCEPTION: ${JSON.stringify(err)}`);
});
process.on('unhandledRejection', (err, p) => {
GBLog.error(`UNHANDLED_REJECTION: ${JSON.stringify(err).}`);
GBLog.error(`UNHANDLED_REJECTION: ${JSON.stringify(err)}`);
});
// Creates working directory.