Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terminal/src/Develop.hs
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ compile path =
return $ Left $ Exit.ReactorNoOutline

Just root ->
BW.withScope $ \scope -> Stuff.withRootLock root $ Task.run $
do details <- Task.eio Exit.ReactorBadDetails $ Details.load Reporting.silent scope root
Stuff.withRootLock root $ Task.run $
do details <- Task.eio Exit.ReactorBadDetails $ BW.withScope $ \scope -> Details.load Reporting.silent scope root
artifacts <- Task.eio Exit.ReactorBadBuild $ Build.fromPaths Reporting.silent root details (NE.List path [])

Lamdera.PostCompile.check details artifacts Exit.ReactorBadBuild
Expand Down
Loading