Skip to content

Commit

Permalink
Change the unsandboxed error
Browse files Browse the repository at this point in the history
  • Loading branch information
showierdata9978 authored Dec 15, 2023
1 parent 41309b4 commit 7ff6875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ShowierData9978/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"use strict";

if (!Scratch.extensions.unsandboxed) {
throw new Error("This Hello World example must run unsandboxed");
throw new Error("HTML must run unsandboxed");
}

/**
Expand Down

0 comments on commit 7ff6875

Please sign in to comment.