Skip to content

Commit

Permalink
Merge pull request #199 from conveyal/dev
Browse files Browse the repository at this point in the history
v3.9.2
  • Loading branch information
trevorgerhardt authored May 2, 2017
2 parents b41abb0 + 3198157 commit 03d868c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/mastarm-flow
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const flow = require('flow-bin')
const args = process.argv.slice(2)
if (args.length === 0) args.push('check')

execFile(flow, args, (_, stdout) => {
execFile(flow, args, (error, stdout) => {
console.log(stdout)
if (error) process.exit(1)
})

0 comments on commit 03d868c

Please sign in to comment.