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 broken links generated from Node modules in DevTools #4

Open
wants to merge 1 commit into
base: nw13
Choose a base branch
from

Commits on Apr 7, 2016

  1. Fix broken links generated from Node modules in DevTools

    Compiled scripts from Node were set to weak, which caused the script
    object in V8 being GCed shortly. Hence links of the script shown in
    console of DevTools become invalid after GC. This patch saved compiled
    scripts from Node globally to survival from GC.
    
    Fixed nwjs/nw.js#4269
    Cong Liu committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    24acd1f View commit details
    Browse the repository at this point in the history