Add a TODO
This commit is contained in:
parent
14f511da93
commit
de946d2357
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue