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

load cls before all else #190

Merged
merged 1 commit into from
Dec 1, 2015
Merged

load cls before all else #190

merged 1 commit into from
Dec 1, 2015

Commits on Dec 1, 2015

  1. load cls before all else

    This ensures that the code async APIs get patched befored anything in
    user-space can get loaded and interfere with tracing. This is a
    problem with request in particular as it caches setImmediate.
    
    Fixes: #182
    Lands: #187
    Matt Loring committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    2793bed View commit details
    Browse the repository at this point in the history