Skip to content

Commit 9f1f554

Browse files
authored
output which cradle files were found (#716)
1 parent b4589ae commit 9f1f554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exe/Main.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ main = do
132132
let ucradles = nubOrd cradles
133133
let n = length ucradles
134134
putStrLn $ "Found " ++ show n ++ " cradle" ++ ['s' | n /= 1]
135+
when (n > 0) $ putStrLn $ " (" ++ intercalate ", " (catMaybes ucradles) ++ ")"
135136
putStrLn "\nStep 3/4: Initializing the IDE"
136137
vfs <- makeVFSHandle
137138
debouncer <- newAsyncDebouncer

0 commit comments

Comments
 (0)