Skip to content

Commit

Permalink
Fix an issue where ext:list was not displaying any info about instanc…
Browse files Browse the repository at this point in the history
…es (#4156)

* Fix an issue where ext:list was not displaying any info about instances

* add changelog
  • Loading branch information
joehan committed Feb 11, 2022
1 parent 8d45294 commit a7d8d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -0,0 +1 @@
- Fixes an issue where ext:list was not printing out information about installed Extension instances.
1 change: 1 addition & 0 deletions src/extensions/listExtensions.ts
Expand Up @@ -57,5 +57,6 @@ export async function listExtensions(projectId: string): Promise<any> {
});

utils.logLabeledBullet(logPrefix, `list of extensions installed in ${clc.bold(projectId)}:`);
logger.info(table.toString());
return formatted;
}

0 comments on commit a7d8d4c

Please sign in to comment.