Skip to content

Commit

Permalink
Merge branch 'master' of github.com:madhums/node-imager
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Aug 4, 2012
2 parents d155573 + e9f62c0 commit 977893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imager.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Imager.prototype = {
}

, loadConfig: function(resource) {
if (path.existsSync(resource)) {
if (fs.existsSync(resource)) {
try {
config = JSON.parse(fs.readFileSync(resource))
} catch (err) {
Expand Down

0 comments on commit 977893f

Please sign in to comment.