mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-12 11:08:34 -05:00
Cleans up some command overrides
This commit is contained in:
@@ -35,7 +35,7 @@ export class StashSaveCommand extends Command {
|
||||
return this.execute(args);
|
||||
}
|
||||
|
||||
async execute(args: StashSaveCommandArgs = { }) {
|
||||
async execute(args: StashSaveCommandArgs = {}) {
|
||||
if (!this.git.repoPath) return undefined;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user