blob: 58240d81eb768afdda1a44f1a369293fd2da1c19 [file] [log] [blame]
<script>
function ConsoleAgent() {
}
ConsoleAgent.prototype.enable = function() {
return {
result: true,
};
};
module.exports = ConsoleAgent;
</script>