changing interval to 100ms
This commit is contained in:
parent
e4e7f176b5
commit
4d6cb43330
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function hijackConsoleLogsScript() {
|
||||||
arguments: args,
|
arguments: args,
|
||||||
source: 'sketch'
|
source: 'sketch'
|
||||||
}, '*');
|
}, '*');
|
||||||
}, 250);
|
}, 100);
|
||||||
});
|
});
|
||||||
</script>`;
|
</script>`;
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Reference in a new issue