Skip to content

Commit

Permalink
chore(lint): fixing jshint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 21, 2015
1 parent 62f6210 commit 987366f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/git_changelog_generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,12 @@ Changelog.prototype.checkPath = function chekPath(dirname, done) {
if (err) {
throw err;
}
done()
done();
});
}
});
} else {
throw err
throw err;
}
} else if (stats.isDirectory()) {
done();
Expand Down

0 comments on commit 987366f

Please sign in to comment.