This commit is contained in:
Mikayla Maki 2023-07-17 13:12:14 -07:00
parent 8c855680e7
commit aacc4bb8b0
No known key found for this signature in database
2 changed files with 8 additions and 7 deletions

View file

@ -702,7 +702,8 @@ fn watch_file_types(fs: Arc<dyn Fs>, cx: &mut AppContext) {
});
})
}
}).detach()
})
.detach()
}
#[cfg(not(debug_assertions))]