2 doc updates#25
Closed
hardillb wants to merge 3 commits intonode-red:masterfrom
Closed
Conversation
Member
|
You sure that's right ? By adding extra brackets you are making it output multiple messages from the same port... Which is the next section of the docs. |
Member
Author
|
yeah, just re-reun the test and function stuff is wrong, single depth will work, I'll revert that change and just leave the context stuff |
added 2 commits
July 22, 2016 16:03
# The first commit's message is: fixes multiple output from a function doc # This is the 2nd commit message: reverts the function doc change as it's just plain wrong
reverts the function doc change as it's just plain wrong roll back
Member
Author
|
Should be just the config/context stuff now |
Member
|
Yes it's deprecated, but if it's set in settings.js then by its very nature it's persistent anyway isn't it ? (But yes for consistency I suppose) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the context access doc in the configuration.md
Fix the multiple output section of the Function doc (prompted by http://stackoverflow.com/questions/38529133/return-one-message-for-each-output-on-node-red-function-block/)