new(whatsapp.gblib): New WhatsApp provider: Meta.
This commit is contained in:
parent
5f54859790
commit
bed18dce6f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue