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 818547d commit 7e1b9a1Copy full SHA for 7e1b9a1
cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls
@@ -15,7 +15,7 @@ Method OnPull() As %Status
15
if $Data(..ModifiedFiles(i))#2 {
16
set internalName = ##class(SourceControl.Git.Utils).NameToInternalName(..ModifiedFiles(i),,0)
17
if (internalName = "") {
18
- write files(i), " was not imported into the database and will not be compiled. ", !
+ write ..ModifiedFiles(i), " was not imported into the database and will not be compiled. ", !
19
} else {
20
set compilelist(internalName) = ""
21
set nFiles = nFiles + 1
0 commit comments