juliangruber / browser-run

Run code inside a browser from the command line
447 stars 62 forks source link

TypeError: Arguments to path.join must be strings #3

Closed oren closed 9 years ago

oren commented 10 years ago

echo "console.log('Hey there from ' + document.location)" | browser-run

path.js:360 throw new TypeError('Arguments to path.join must be strings'); ^ TypeError: Arguments to path.join must be strings at path.js:360:15 at Array.filter (native) at Object.exports.join (path.js:358:36) at /usr/local/lib/node_modules/browser-run/node_modules/browser-launcher/lib/darwin/chrome.js:22:23 at /usr/local/lib/node_modules/browser-run/node_modules/browser-launcher/lib/darwin/chrome.js:16:9 at /usr/local/lib/node_modules/browser-run/node_modules/browser-launcher/lib/darwin/util.js:16:9 at ChildProcess.exithandler (child_process.js:635:7) at ChildProcess.EventEmitter.emit (events.js:98:17) at maybeClose (child_process.js:743:16) at Socket. (child_process.js:956:11)

System: OS X 10.8.5. both Canary and Firefox are installed

juliangruber commented 10 years ago

i've opened an issue on browser-launcher for this