mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
in verbosity mode the compiler warns about missing paths
This commit is contained in:
@@ -93,7 +93,8 @@ extendPathEnv opts = liftIO $ do
|
|||||||
_ -> do exists <- doesDirectoryExist p
|
_ -> do exists <- doesDirectoryExist p
|
||||||
if exists
|
if exists
|
||||||
then return [p]
|
then return [p]
|
||||||
else return []
|
else do when (verbAtLeast opts Verbose) $ putStrLn ("ignore path "++p)
|
||||||
|
return []
|
||||||
|
|
||||||
getSubdirs :: FilePath -> IO [FilePath]
|
getSubdirs :: FilePath -> IO [FilePath]
|
||||||
getSubdirs dir = do
|
getSubdirs dir = do
|
||||||
|
|||||||
Reference in New Issue
Block a user