Skip to content

Commit f932a58

Browse files
committed
Merge branch 'master' of github.com:JohnstonCode/svn-scm
2 parents a6544b3 + 70bd91f commit f932a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/svn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export class Repository {
408408
/<url>(.*?)\/(trunk|branches|tags).*?<\/url>/
409409
);
410410

411-
if (match[1]) {
411+
if (match && match[1]) {
412412
repoUrl = match[1];
413413
}
414414

0 commit comments

Comments
 (0)