mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-01 17:25:33 -05:00
Attempts to fix #58 - work with sub-modules
Also fixes issue with nested repos
This commit is contained in:
@@ -12,6 +12,7 @@ export class StashSaveCommand extends Command {
|
||||
|
||||
async execute(message?: string, unstagedOnly: boolean = false) {
|
||||
if (!this.git.config.insiders) return undefined;
|
||||
if (!this.git.repoPath) return undefined;
|
||||
|
||||
try {
|
||||
if (message == null) {
|
||||
|
||||
Reference in New Issue
Block a user