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,
|
||||
source: 'sketch'
|
||||
}, '*');
|
||||
}, 250);
|
||||
}, 100);
|
||||
});
|
||||
</script>`;
|
||||
return s;
|
||||
|
|
Loading…
Reference in a new issue