Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 9, 2011
1 parent 85c7794 commit cc6b579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ender.file.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ ENDER.file = module.exports = {
, isInstallingFromRoot = /^\.\/?$/.test(packageName)

async.waterfall([
function (cb) { fs.readFile(packagePath, 'utf-8', function (err, data) { if (err) { return ++x }cb(err, data) }) }
function (cb) { fs.readFile(packagePath, 'utf-8', function (err, data) { if (err) { return ++x } cb(err, data) }) }
, function (data, cb) { ENDER.file.findDependencies(data, tree, dir, isInstallingFromRoot, cb) }
, function () { if (++x == packages.length) { callback(null, tree) } }
])
Expand Down

0 comments on commit cc6b579

Please sign in to comment.