committed by
GitHub
parent
1e25926999
commit
af3f5ddc76
@@ -104,7 +104,7 @@ impl Terminal {
|
|||||||
command.arg("-t");
|
command.arg("-t");
|
||||||
command.arg(format!("{}", timeout.as_millis()));
|
command.arg(format!("{}", timeout.as_millis()));
|
||||||
}
|
}
|
||||||
command.args(&["-a", "Topgrade"]);
|
command.args(&["-a", "Topgrade", "Topgrade"]);
|
||||||
command.arg(message.as_ref());
|
command.arg(message.as_ref());
|
||||||
command.output().ok();
|
command.output().ok();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user