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 0c8aa2d commit 4e0c5c2Copy full SHA for 4e0c5c2
unison-cli/src/Unison/Main.hs
@@ -515,7 +515,7 @@ runTranscripts' version progName transcriptDir markdownFiles = do
515
and
516
<$> getCodebaseOrExit
517
(Just (DontCreateCodebaseWhenMissing transcriptDir))
518
- SC.DoLock
+ SC.BlockUntilLock
519
(SC.MigrateAutomatically SC.Backup SC.Vacuum)
520
\(_, codebasePath, theCodebase) -> do
521
let isTest = False
0 commit comments