mirror of
https://github.com/servo/servo.git
synced 2025-08-21 13:25:34 +01:00
Add console message support to devtools. Does not actually cause logging to occur in the remote console.
This commit is contained in:
parent
149053c2a7
commit
6699738cae
7 changed files with 112 additions and 16 deletions
|
@ -14,4 +14,7 @@ path = "../devtools_traits"
|
|||
path = "../msg"
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
path = "../util"
|
||||
|
||||
[dependencies]
|
||||
time = "*"
|
Loading…
Add table
Add a link
Reference in a new issue