Respawn Topgrade when version is upgraded (fix #85)
This commit is contained in:
@@ -89,3 +89,9 @@ impl Terminal {
|
||||
answer
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Terminal {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user