Skip to content

Commit

Permalink
fix: return results even if not json
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 16, 2022
1 parent 0674125 commit b08c91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/force/package1/beta/version/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export class Package1VersionDisplayCommand extends SfdxCommand {
BuildNumber: { header: 'BuildNumber' },
});
}
} else {
return results;
}

return results;
}
}

0 comments on commit b08c91b

Please sign in to comment.