diff --git a/client/modules/IDE/components/PreviewFrame.js b/client/modules/IDE/components/PreviewFrame.js index 5dd60e0e..68c27b8b 100644 --- a/client/modules/IDE/components/PreviewFrame.js +++ b/client/modules/IDE/components/PreviewFrame.js @@ -77,7 +77,7 @@ function hijackConsoleLogsScript() { arguments: args, source: 'sketch' }, '*'); - }, 250); + }, 100); }); `; return s;