debugging pm2

This commit is contained in:
sneakers-the-rat 2023-08-08 18:08:00 -07:00
parent ecefc85c32
commit 70625e200c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class MatterbridgeManager {
await writeGroupConfig(group_name, group_filename);
pm2.connect(async(err:any) => {
await pm2.connect(async(err:any) => {
if (err){
logger.error('Error connecting to pm2: %s', err)
}