gforceg/node-hound

path.existsSync deprecated in 0.8

Closed this issue · 0 comments

Hound apparently uses a call to path.existsSync in some places. On node 0.8, this throws a warning "path.existsSync is now called fs.existsSync." It looks like this change happened between 0.6 and 0.7.