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

fix(config): make sure that Promise config is undefined initially #3440

Merged
merged 1 commit into from
Mar 16, 2018

Commits on Mar 16, 2018

  1. fix(config): make sure that Promise config is undefined initially

    We need to make sure promise is undefined initially because systems like Zones need to have a chance to pick up Promise and patch it, and we're doing a runtime check for configuration anyhow. This makes the runtime check worthwhile and solves the problem with Zones (without needing to reference Zones in anyway)
    benlesh committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    2818b45 View commit details
    Browse the repository at this point in the history