Closed deathcap closed 8 years ago
g.evalsb('G.browserify("h.js").bundle().pipe(G.process.stdout).toString()')
After https://github.com/deathcap/nodeachrome/issues/8 this gets further, but fails in:
bundle-sandboxed.js:24849 Uncaught /h.js:1
^ ParseError: Unexpected character ' '
syntax-error check:
module.exports = function (src, file) { if (typeof src !== 'string') src = String(src); try { eval('throw "STOP"; (function () { ' + src + '})()'); return; }
src.length 28 src.charCodeAt(0) 0 src.toString() "
g.evalsb('G.browserify("h.js").bundle().pipe(G.process.stdout).toString()')
After https://github.com/deathcap/nodeachrome/issues/8 this gets further, but fails in:
bundle-sandboxed.js:24849 Uncaught /h.js:1
^ ParseError: Unexpected character ' '
syntax-error check:
src.length 28 src.charCodeAt(0) 0 src.toString() "