Save settings on ctrl-D

This commit is contained in:
greg 2018-02-11 16:28:17 -08:00
parent 967e5cc436
commit 253a85005c
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ impl Repl {
_ => (),
}
}
self.save_options();
println!("Exiting...");
}