We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54319c4 commit b6e28b2Copy full SHA for b6e28b2
src/env/node/git/sub-providers/staging.ts
@@ -97,7 +97,7 @@ export class StagingGitSubProvider implements GitStagingSubProvider {
97
'add',
98
options?.intentToAdd ? '-N' : '-A',
99
'--',
100
- pathOrUri.map(p => (typeof p === 'string' ? p : splitPath(p, repoPath)[0])),
+ ...pathOrUri.map(p => (typeof p === 'string' ? p : splitPath(p, repoPath)[0])),
101
);
102
}
103
0 commit comments