Skip to content

Commit 6935b4c

Browse files
committed
Adds tuple labels
1 parent aab2b74 commit 6935b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export function splitPath(
221221
root: string | undefined,
222222
splitOnBaseIfMissing: boolean = false,
223223
ignoreCase?: boolean,
224-
): [string, string] {
224+
): [path: string, root: string] {
225225
pathOrUri = getBestPath(pathOrUri);
226226

227227
if (root) {

0 commit comments

Comments
 (0)