achingbrain / pm2-web

A web based monitor for PM2
539 stars 90 forks source link

if pm2-web can work with "node --harmony"? #38

Open zhouqicf opened 10 years ago

zhouqicf commented 10 years ago

Hi, I start a koa server with pm2:

pm2 start --node-args="--harmony" index.js

How to monit this server with pm2-web?