neoarc / NaMacroJS

Scripting MS-Windows using JavaScript
5 stars 2 forks source link

Ignore duplicated include. #22

Open neoarc opened 7 years ago

neoarc commented 7 years ago

ex) // main.js include("aa.js"); include("bb.js");

// aa.js include("bb.js");

// in this case, bb.js loaded twice. // Must check fullpath.