Reverts zed-industries/zed#9658, as the Docker image is now available. Release notes: - N/A
This commit is contained in:
parent
ae6f138b6c
commit
945d8c2112
6 changed files with 11 additions and 7 deletions
|
@ -94,6 +94,7 @@ pub fn new_journal_entry(app_state: Arc<AppState>, cx: &mut WindowContext) {
|
|||
std::fs::create_dir_all(month_dir)?;
|
||||
OpenOptions::new()
|
||||
.create(true)
|
||||
.truncate(false)
|
||||
.write(true)
|
||||
.open(&entry_path)?;
|
||||
Ok::<_, std::io::Error>((journal_dir, entry_path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue