correctly print both db files (#100)
This commit is contained in:
parent
28103825fa
commit
fe5769156c
@ -21,7 +21,7 @@ welcomeGetOpts = do
|
|||||||
appDir <- getAppUserDataDirectory "simplex"
|
appDir <- getAppUserDataDirectory "simplex"
|
||||||
opts@ChatOpts {dbFile} <- getChatOpts appDir
|
opts@ChatOpts {dbFile} <- getChatOpts appDir
|
||||||
putStrLn "SimpleX chat prototype v0.3.1"
|
putStrLn "SimpleX chat prototype v0.3.1"
|
||||||
putStrLn $ "db: " <> dbFile
|
putStrLn $ "db: " <> dbFile <> ".chat.db, " <> dbFile <> ".agent.db"
|
||||||
putStrLn "type \"/help\" or \"/h\" for usage info"
|
putStrLn "type \"/help\" or \"/h\" for usage info"
|
||||||
pure opts
|
pure opts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user