node-cover icon indicating copy to clipboard operation
node-cover copied to clipboard

Cover 0.2.9 cli reporter fails with Node 0.10.17

Open jagoda opened this issue 12 years ago • 2 comments

path.js:313 throw new TypeError('Arguments to path.resolve must be strings'); ^ TypeError: Arguments to path.resolve must be strings at Object.exports.resolve (path.js:313:15) at Object.exports.relative (path.js:371:18) at Object.module.exports.format (/home/jsjagoda/Documents/node-cover/reporters/cli.js:8:25) at reporterHandlers.cli (/home/jsjagoda/Documents/node-cover/bin/cover:530:44) at report (/home/jsjagoda/Documents/node-cover/bin/cover:620:73) at Command. (/home/jsjagoda/Documents/node-cover/bin/cover:722:13) at Command. (/home/jsjagoda/Documents/node-cover/contrib/commander.js:308:8) at Command.EventEmitter.emit (events.js:98:17) at Command.parseArgs (/home/jsjagoda/Documents/node-cover/contrib/commander.js:480:12) at Command.parse (/home/jsjagoda/Documents/node-cover/contrib/commander.js:427:15)

jagoda avatar Aug 26 '13 21:08 jagoda

Thanks for the merge! Any chance this fix could get pushed to NPM as well?

jagoda avatar Aug 27 '13 11:08 jagoda

:+1: for updating NPM repository! It would be interesting for CLI tools.

acadet avatar Oct 16 '14 08:10 acadet