UNPKG

87 BJavaScriptView Raw
1console.log('b');
2
3try { require('./vendor/y.js') }
4catch (err) { console.log('!y') }
5