Skip to content

Commit

Permalink
fix: custom commands now push to the history stack
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed May 9, 2024
1 parent f38a80f commit 940b5d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/framework/runtime-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,6 @@ export function attach({ app, workspace }: BootstrapContext): void {

// the "finish"
if (finalize) {
command.complete = true
command.error = result.code !== 0

context.finish(result.code)
}

Expand Down

0 comments on commit 940b5d2

Please sign in to comment.