Skip to content

Commit 45f96a9

Browse files
committed
Fix compilation error
1 parent acd230d commit 45f96a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Util/CredentialManager.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ClassMethod StartInternal()
163163
set daemon = ..%New()
164164
do daemon.Run()
165165
} catch err {
166-
do LogForDaemon(err.DisplayString())
166+
do ..LogForDaemon(err.DisplayString())
167167
}
168168
}
169169

0 commit comments

Comments
 (0)