mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 09:43:31 +02:00
Close editor on quit
This commit is contained in:
@@ -111,6 +111,7 @@ fn main() -> Result<ExitCode> {
|
||||
};
|
||||
|
||||
watch::watch(&mut app_state, notify_exercise_names)?;
|
||||
app_state.close_editor()?;
|
||||
}
|
||||
Some(Command::Run { name }) => {
|
||||
if let Some(name) = name {
|
||||
|
||||
Reference in New Issue
Block a user