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

This commit is contained in:
Rodrigo Rodriguez 2024-04-30 20:13:09 -03:00
parent 5f54859790
commit bed18dce6f

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.