changing interval to 100ms

This commit is contained in:
Lauren McCarthy 2016-10-01 16:04:40 -07:00
parent e4e7f176b5
commit 4d6cb43330

View file

@ -77,7 +77,7 @@ function hijackConsoleLogsScript() {
arguments: args,
source: 'sketch'
}, '*');
}, 250);
}, 100);
});
</script>`;
return s;