Skip to content

Commit

Permalink
Wait for options if attached
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Oct 23, 2017
1 parent 8389787 commit 9b83e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Output.coffee
Expand Up @@ -30,6 +30,7 @@ exports.getComponent = ->

c.process (input, output) ->
return unless input.hasData 'in'
return if input.attached('options').length and not input.hasData 'options'

options = null
if input.has 'options'
Expand Down

0 comments on commit 9b83e7c

Please sign in to comment.