Save settings on ctrl-D

This commit is contained in:
greg 2018-02-11 16:28:17 -08:00
parent c0574ff1ef
commit 76841de784

View File

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