Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow all debug options to be flagged on / off as overrides #186

Merged
merged 4 commits into from
Dec 23, 2015

Conversation

jordangarcia
Copy link
Contributor

@iansinnott
Copy link

Cool! 👍 Thanks @jordangarcia, looks awesome

@@ -11,24 +20,31 @@ exports.dispatchStart = function(type, payload) {
}
}

exports.dispatchError = function(error) {
exports.dispatchError = function(reactorState, error) {
console.log('dispatchError, shoud do', getOption(reactorState, 'logDispatches'))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"shoud do"?

@bhamodi
Copy link
Contributor

bhamodi commented Nov 4, 2015

Minor nits, but LGTM! 👍

Update API docs with new options
@jordangarcia
Copy link
Contributor Author

I updated this to always be true for debug and false for non debug.

Can you take a final look @bhamodi

@bhamodi
Copy link
Contributor

bhamodi commented Nov 5, 2015

Yup, changes look good. Just the minor nits left to address @jordangarcia.

jordangarcia added a commit that referenced this pull request Dec 23, 2015
Allow all debug options to be flagged on / off as overrides
@jordangarcia jordangarcia merged commit 6342f62 into master Dec 23, 2015
@bhamodi bhamodi deleted the jordan/add-debug-options branch December 28, 2015 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants