Sign in
mojo
/
mojo-tools
/
690c3953605a83d7d3ca6ac8adb2bfeedd3473f7
/
.
/
sky
/
framework
/
inspector
/
console-agent.sky
blob: f8628568fc5bb03e3900de218c7906a0e93ac7d4 [
file
]
<script>
class
ConsoleAgent
{
constructor
()
{
Object
.
preventExtensions
(
this
);
}
enable
()
{
return
{
result
:
true
,
};
}
}
module
.
exports
=
ConsoleAgent
;
</script>