unnecessary show
This commit is contained in:
parent
8e5640b432
commit
db89918b56
1
NOTES
1
NOTES
@ -18,7 +18,6 @@ We aim to make reliable, maintainable, usable software, sustainably.
|
||||
|
||||
* to do
|
||||
** errors
|
||||
*** hledger web & gives an error ?
|
||||
** testing
|
||||
*** run ledger 3 baseline tests
|
||||
*** test all ledger file format features
|
||||
|
||||
@ -40,7 +40,7 @@ web opts args l =
|
||||
putStrLn $ printf "starting web server on port %d" tcpport
|
||||
tid <- forkIO $ simpleHTTP nullConf{port=tcpport} handlers
|
||||
putStrLn "starting web browser"
|
||||
openBrowserOn $ printf "http://localhost:%s/balance" (show tcpport)
|
||||
openBrowserOn $ printf "http://localhost:%d/balance" tcpport
|
||||
waitForTermination
|
||||
putStrLn "shutting down web server..."
|
||||
killThread tid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user