basic text editor
This commit is contained in:
@@ -214,6 +214,7 @@ impl FileSystem {
|
||||
let mut file = fs::OpenOptions::new()
|
||||
.write(true)
|
||||
.create(true)
|
||||
.truncate(true)
|
||||
.open(&file_path)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user