debugging pm2
This commit is contained in:
parent
ecefc85c32
commit
70625e200c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue