Add a TODO

This commit is contained in:
Wojciech Kępka 2021-06-06 07:31:40 +02:00 committed by Ivan Tham
parent 14f511da93
commit de946d2357

View file

@ -198,6 +198,7 @@ impl Document {
async move {
use tokio::{fs::File, io::AsyncWriteExt};
if let Some(parent) = path.parent() {
// TODO: display a prompt asking the user if the directories should be created
if !parent.exists() {
return Err(Error::msg(
"can't save file, parent directory does not exist",