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