1
0
Fork 0

Add newline to taskwarrior dbus errors

This commit is contained in:
Malte Brandy 2020-01-19 20:05:36 +01:00
parent a53cd9c5b0
commit 9e50af9d1b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -67,7 +67,7 @@
Control.Monad.forM_ description $ \(d,b) -> do
client <- try connectSession
either
(BS.hPut stderr . encodeUtf8 . clientErrorMessage)
(BS.hPut stderr . encodeUtf8 . (++ "\n") . clientErrorMessage)
(\c -> void $ notify c blankNote { summary = [i|Modified task #{d}|], body = Just $ Text b, expiry = Milliseconds 15000 })
client
BS.hPut stdout input2