mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-12 19:18:32 -05:00
Fixes issue with stashes w/ only untracked files
This commit is contained in:
@@ -17,7 +17,7 @@ export class GitStatusParser {
|
||||
if (!data) return undefined;
|
||||
|
||||
const lines = data.split('\n').filter(_ => !!_);
|
||||
if (!lines.length) return undefined;
|
||||
if (lines.length === 0) return undefined;
|
||||
|
||||
const status = {
|
||||
branch: '',
|
||||
|
||||
Reference in New Issue
Block a user