ddollar / foreman

Manage Procfile-based applications

Home Page:http://ddollar.github.com/foreman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile parsing fails if tuple is not set or has no items

sushant-at-nitor opened this issue · comments

Can you add a null check and empty array check on this line?

https://github.com/strongloop/node-foreman/blob/master/lib/procfile.js#L18

if(!tuple || tuple.length < {expected number of items}) { return; }

@sushant-at-nitor is this still an issue?