Aaron D. Valade

Results 2 comments of Aaron D. Valade

Looks good, except you should use path.sep instead of using the hard-coded `/` character. If you want to update your commit with that, then I will merge it.

Looks like path.sep was only introduced in the NodeJS 0.7 development cycle so it's not available in Node 0.6. I've removed the call to path.sep and instead just rely on...