mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Console.Clear implemented
This commit is contained in:
parent
332c9cc12f
commit
d8b6755a8d
4 changed files with 9 additions and 0 deletions
|
@ -246,6 +246,7 @@ pub enum LogLevel {
|
|||
Info,
|
||||
Warn,
|
||||
Error,
|
||||
Clear,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue