LIB: add TODO
This commit is contained in:
parent
af6516a454
commit
3e0ef6be70
@ -407,6 +407,7 @@ moveFile from to@(_ :/ Dir {}) = do
|
|||||||
to' = fullPath to </> (name . file $ from)
|
to' = fullPath to </> (name . file $ from)
|
||||||
throwFileDoesExist to'
|
throwFileDoesExist to'
|
||||||
throwSameFile from' to'
|
throwSameFile from' to'
|
||||||
|
-- TODO: don't catch all exceptions!
|
||||||
handle (\(SomeException e) -> do
|
handle (\(SomeException e) -> do
|
||||||
easyCopy Strict from to
|
easyCopy Strict from to
|
||||||
easyDelete from
|
easyDelete from
|
||||||
|
Loading…
Reference in New Issue
Block a user