Skip to content

Commit b9ea054

Browse files
committed
Rename semaphore lock variable for clarity in downloadFileToTempDir function
1 parent b82d88d commit b9ea054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FsAutoComplete.Core/Sourcelink.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ let private downloadFileToTempDir
232232
Directory.CreateDirectory tempDir |> ignore
233233

234234
asyncEx {
235-
use! _ = sourceLinkSemaphore.LockAsync()
235+
use! _lock = sourceLinkSemaphore.LockAsync()
236236
// Check if file already exists (cached from previous download)
237237
if File.Exists tempFile then
238238
logger.info (

0 commit comments

Comments
 (0)