Skip to content

Commit

Permalink
isPremature
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Oct 18, 2024
1 parent a7bfc99 commit 6435bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension-support/extension-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Object.assign(global.Scratch, ScratchCommon, {
*/
const extensionWorker = new ExtensionWorker();
global.Scratch.extensions = {
isPremature: false,
isUSB: true,
register: extensionWorker.register.bind(extensionWorker)
};
Expand Down

0 comments on commit 6435bc7

Please sign in to comment.