Closed dbashford closed 11 years ago
In tracker.coffee there is a stray if fs.exists dir, oops!
tracker.coffee
if fs.exists dir
This async call probably won't work, but its asyncness will also cause problems.
In
tracker.coffee
there is a strayif fs.exists dir
, oops!This async call probably won't work, but its asyncness will also cause problems.