mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Forgot to bind.
This commit is contained in:
@@ -249,7 +249,7 @@ Package.prototype.cleanUpLocal = function () {
|
||||
fileExists(this.gitPath, function (exists) {
|
||||
if (!exists) return next();
|
||||
fs.writeFile(path.join(this.gitPath, this.localConfig.json), jsonStr, next);
|
||||
});
|
||||
}.bind(this));
|
||||
}.bind(this)
|
||||
}, function (err) {
|
||||
if (err) return this.emit('error', err);
|
||||
|
||||
Reference in New Issue
Block a user