mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix typo
This commit is contained in:
@@ -111,7 +111,7 @@ _.extend(exports.Tropohouse.prototype, {
|
||||
}
|
||||
}
|
||||
|
||||
_.each(packagesEscaped, function (packageEscaped) {
|
||||
_.each(escapedPackages, function (packageEscaped) {
|
||||
var packageDir = path.join(packageRootDir, packageEscaped);
|
||||
try {
|
||||
var versions = fs.readdirSync(packageDir);
|
||||
|
||||
Reference in New Issue
Block a user