pmx icon indicating copy to clipboard operation
pmx copied to clipboard

pmx.emit an array fail to send it to km

Open vmarchaud opened this issue 7 years ago • 2 comments

vmarchaud avatar Jan 23 '18 13:01 vmarchaud

https://github.com/keymetrics/pmx/blob/master/lib/events.js#L17

Unitech avatar Jan 23 '18 13:01 Unitech

The problem is more this that it try to set the __name property and that apparently you can't on an Array, so PM2 can't read it aftewards https://github.com/Unitech/pm2/blob/master/lib/Interactor/PushInteractor.js#L224 And then the backend doesn't insert in elasticsearch since it doest contains the name field

vmarchaud avatar Jan 23 '18 14:01 vmarchaud