| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/precedence.tar |
aaa/index.js 0000644 00000000031 15170147660 0006734 0 ustar 00 module.exports = 'okok';
aaa/main.js 0000644 00000000034 15170147660 0006554 0 ustar 00 console.log(require('./'));
bbb.js 0000644 00000000030 15170147660 0005627 0 ustar 00 module.exports = '>_<';
bbb/main.js 0000644 00000000054 15170147660 0006561 0 ustar 00 console.log(require('./')); // should throw
aaa.js 0000644 00000000030 15170147660 0005624 0 ustar 00 module.exports = 'wtf';