Skip to content

Commit 741619c

Browse files
committed
connect to pm2 in no-daemon mode
1 parent 8639c4e commit 741619c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/monitor/lib/launchpad-monitor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ export class LaunchpadMonitor {
121121
}
122122

123123
this._logger.info('Connecting to PM2');
124-
await this._promisify(pm2.connect, pm2);
125-
124+
await this._promisify(pm2.connect, pm2, true);
126125
await this._connectPm2Bus();
127126
}
128127

0 commit comments

Comments
 (0)