Skip to content

Commit

Permalink
Merge pull request #14 from heroku/node-foreman-flag-fix
Browse files Browse the repository at this point in the history
Disable node-foreman flag parsing
  • Loading branch information
Ransom Briggs authored and jdx committed Jun 19, 2018
1 parent da0cee0 commit 84de221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/heroku-local/commands/run.js
Expand Up @@ -13,6 +13,7 @@ function* run (context) {
if (context.flags.env) process.argv.push('--env', context.flags.env);
if (context.flags.port) process.argv.push('--port', context.flags.port);

process.argv.push('--'); // disable node-foreman flag parsing
process.argv.push(...context.args);

require('foreman/nf.js');
Expand Down

0 comments on commit 84de221

Please sign in to comment.