node icon indicating copy to clipboard operation
node copied to clipboard

Fix broken links generated from Node modules in DevTools

Open ghostoy opened this issue 8 years ago • 2 comments

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

ghostoy avatar Mar 28 '16 06:03 ghostoy