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 b82d88d commit b9ea054Copy full SHA for b9ea054
src/FsAutoComplete.Core/Sourcelink.fs
@@ -232,7 +232,7 @@ let private downloadFileToTempDir
232
Directory.CreateDirectory tempDir |> ignore
233
234
asyncEx {
235
- use! _ = sourceLinkSemaphore.LockAsync()
+ use! _lock = sourceLinkSemaphore.LockAsync()
236
// Check if file already exists (cached from previous download)
237
if File.Exists tempFile then
238
logger.info (
0 commit comments