enb / enb-magic-platform

ENB make platform to create nodes and targets in runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`make` & `run` crash if multiple async calls

blond opened this issue · comments

If you open the html file using server it will run make for css and js targets. When the first target will be built then be destructed MakePlatform.

TypeError: Cannot call method 'set' of undefined
    at module.exports.inherit.saveCache (/Users/blond/projects/enb-islands-tools/node_modules/enb/lib/make.js:215:28)
    at /Users/blond/projects/enb-islands-tools/node_modules/enb-magic-platform/lib/api/run.js:47:34
    at Array.0 (/Users/blond/projects/enb-islands-tools/node_modules/vow/lib/vow.js:576:56)
    at Object.callFns [as _onImmediate] (/Users/blond/projects/enb-islands-tools/node_modules/vow/lib/vow.js:1176:35)
    at processImmediate [as _immediateCallback] (timers.js:345:15)