Skip to content

Commit 2f0dde3

Browse files
committed
fix: prevent duplicate MSO after table
1 parent 406e164 commit 2f0dde3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/project/deploy/start.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export default class DeployMetadata extends SfCommand<DeployResultJson> {
279279

280280
const result = await deploy.pollStatus({ timeout: flags.wait });
281281
process.exitCode = determineExitCode(result);
282+
this.stages.stop();
282283
const formatter = new DeployResultFormatter(result, flags);
283284

284285
if (!this.jsonEnabled()) {

0 commit comments

Comments
 (0)