This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes missed property
main
Eric Amodio
2 years ago
parent
8674db3d1c
commit
6d391392db
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/git/models/commit.ts
+ 1
- 0
src/git/models/commit.ts
View File
@ -563,6 +563,7 @@ export class GitCommit implements GitRevisionReference {
this
.
stats
,
this
.
getChangedValue
(
changes
.
lines
,
this
.
lines
)
,
this
.
stashName
,
this
.
stashOnRef
,
)
;
}
Write
Preview
Loading…
Cancel
Save