Skip to content

Commit

Permalink
add WARNING to print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-vgao committed Jan 26, 2024
1 parent ae3fb03 commit 83e71bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Method OnPull() As %Status
if sc {
write !, ..ModifiedFiles(i).externalName, " was deleted."
} else {
write !, "Deletion of ", ..ModifiedFiles(i).externalName, " failed."
write !, "WARNING: Deletion of ", ..ModifiedFiles(i).externalName, " failed."
}
} else {
set compilelist(internalName) = ""
Expand Down

0 comments on commit 83e71bc

Please sign in to comment.