From f92f09bb255e877d9015490d8a84f2df01da6e80 Mon Sep 17 00:00:00 2001 From: sussy layers dev <72522395+jwklong@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:36:18 +0000 Subject: [PATCH] debug --- src/resources/compiler/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/compiler/index.js b/src/resources/compiler/index.js index 9b4ecf2..6b4bb06 100644 --- a/src/resources/compiler/index.js +++ b/src/resources/compiler/index.js @@ -1,6 +1,7 @@ import javascriptGenerator from '../javascriptGenerator'; const start = ` +console.log(Scratch) function doSound(ab, cd) { const audioEngine = Scratch.vm.runtime.audioEngine;