Skip to content

Commit

Permalink
Merge b58ae21 into c8e6e2b
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaric committed Jun 10, 2017
2 parents c8e6e2b + b58ae21 commit 6c70e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ process.stdin.pipe(concat(function(body) {
label.push(')')
label = label.join('')

var nodes = node.deps.map(function(node) {
var nodes = node.deps ? node.deps.map(function(node) {
return prepareForArchyInput(node)
})
}) : []

return { label: label, nodes: nodes }
}
Expand Down

0 comments on commit 6c70e18

Please sign in to comment.