tonylukasavage / ti-commonjs

node.js-style commonjs implementation for Titanium 3.X
MIT License
35 stars 8 forks source link

require.main not working on android #18

Closed tonylukasavage closed 10 years ago

tonylukasavage commented 10 years ago

require.main seems to be referencing a main associated with the Titanium require() proxy function. It should be referencing the one that ti-commonjs creates manually.