mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-13 11:38:40 -05:00
Cleans up some command overrides
This commit is contained in:
@@ -26,7 +26,7 @@ export class StashDeleteCommand extends Command {
|
||||
return this.execute(args);
|
||||
}
|
||||
|
||||
return super.preExecute(context, args);
|
||||
return this.execute(args);
|
||||
}
|
||||
|
||||
async execute(args: StashDeleteCommandArgs = { confirm: true }) {
|
||||
|
||||
Reference in New Issue
Block a user