There was an error while loading. Please reload this page.
1 parent 865683b commit dff7d86Copy full SHA for dff7d86
1 file changed
static/extensions/scratch_craft_2/Modals.js
@@ -7,6 +7,10 @@
7
(function (Scratch) {
8
"use strict";
9
10
+ if (!Scratch.extensions.unsandboxed) {
11
+ throw new Error("This extension MUST run unsandboxed");
12
+ }
13
+
14
const Cast = Scratch.Cast;
15
16
class Modals {
0 commit comments