Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
output which cradle files were found
Browse files Browse the repository at this point in the history
  • Loading branch information
adamse committed Jul 29, 2020
1 parent 765967d commit 1fbf79a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ main = do
let ucradles = nubOrd cradles
let n = length ucradles
putStrLn $ "Found " ++ show n ++ " cradle" ++ ['s' | n /= 1]
when (n > 0) $ putStrLn $ " (" ++ intercalate ", " ucradles ++ ")"
putStrLn "\nStep 3/4: Initializing the IDE"
vfs <- makeVFSHandle
debouncer <- newAsyncDebouncer
Expand Down

0 comments on commit 1fbf79a

Please sign in to comment.