Skip to content

Commit

Permalink
Merge branch 'master' of github.com:visionmedia/jog
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 31, 2012
2 parents 07dbc51 + 345b402 commit b85c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stores/FileStore.js
Expand Up @@ -50,7 +50,7 @@ FileStore.prototype.add = function(obj){
FileStore.prototype.clear = function(fn){
var self = this;
debug('clear');
path.exists(this.path, function(yes){
fs.exists(this.path, function(yes){
if (!yes) return fn();
debug('unlink %s', self.path);
fs.unlink(self.path, fn)
Expand Down

0 comments on commit b85c941

Please sign in to comment.