Skip to content

Commit

Permalink
A missed change from before on folder numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed May 24, 2024
1 parent 2ae3eeb commit b179c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandwich/src/Test/Sandwich/Interpreters/RunTree.hs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ getCommon l srcLoc node (NodeOptions {..}) = do
-- Insert this node into the ConvertState
modify $ over convertStateCreatedNodes $ M.insert ident $ CreatedNode $ case folder of
Nothing -> Nothing
Just f -> Just (f, countImmediateFolderChildren node, 0)
Just f -> Just (f, countSubspecFolderChildren node, 0)

return $ RunNodeCommonWithStatus {
runTreeLabel = l
Expand Down

0 comments on commit b179c8d

Please sign in to comment.