EurekaScratch/eureka

This change made vm injection fully break

Closed this issue · 0 comments

const [vm, blockly] = await trap(open);

Player page has no Blockly so this line of code will stuck forever if blockly not loaded. VM injections will not be executed either.

Moreover, it breaks compatibility with old versions.