Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cadorn committed Apr 27, 2012
1 parent c34309f commit f0a6048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ command.action(function (options) {
return PACKAGES.loadDependenciesForProgram(pm.context.program).then(function() {

var hasErrors = false;
var unsynced = false;

return pm.context.program.walkPackages(options, function(parentPkg, pkgInfo, context) {

Expand All @@ -53,7 +54,6 @@ command.action(function (options) {
var ok = true;
var foundInParent = false;
var notInstalled = false;
var unsynced = false;

if (pkgInfo[1].indexOf("devDependencies") >= 0 || pkgInfo[1].indexOf("devMappings") >= 0) {
summary.push("\0yellow(" + (names[0] || "(Package)") + " @ " + (pkgInfo[0].descriptor.json.version || "->") + "\0)");
Expand Down

0 comments on commit f0a6048

Please sign in to comment.