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