Skip to content

Commit 0c912f6

Browse files
committed
chore: add missing log
1 parent 8784959 commit 0c912f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/force/org/status.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export class OrgStatusCommand extends SfdxCommand {
6161
});
6262

6363
lifecycle.on(SandboxEvents.EVENT_RESULT, async (results: ResultEvent) => {
64+
const resultMsg = `Sandbox ${results.sandboxProcessObj.SandboxName}(${results.sandboxProcessObj.Id}) is ready for use.`;
65+
this.ux.log(resultMsg);
6466
const { data } = SandboxReporter.logSandboxProcessResult(results);
6567
this.ux.styledHeader('Sandbox Org Status');
6668
this.ux.table(data, {

0 commit comments

Comments
 (0)