File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
cls/SourceControl/Git/PullEventHandler Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
54
- Fix Diff View options not applying immediately (#590 )
55
55
- Cleaned up parsing of command output in Git Web UI (#609 )
56
56
- Fix TempFolder misspecification (#611 )
57
+ - Fix deleting files on import all (#618 )
57
58
58
59
## [ 2.6.0] - 2024-10-07
59
60
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ Method DeleteFile(item As %String) As %Status
73
73
set sc = $$$OK
74
74
}
75
75
}
76
+ // Force the catch if failing
77
+ $$$ThrowOnError(sc )
76
78
} catch e {
77
79
set filename = ##class (SourceControl.Git.Utils ).FullExternalName (item )
78
80
if '##class (%File ).Exists (filename ) {
You can’t perform that action at this time.
0 commit comments