Skip to content

Commit 79ab4cc

Browse files
committed
TW: update visualReport type
TurboWarp/scratch-vm@b8520cc
1 parent b89be2e commit 79ab4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/scratch-vm.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,8 @@ declare namespace VM {
13911391

13921392
monitorBlocks: Blocks;
13931393

1394-
visualReport(blockId: string, value: any): void;
1394+
// TW: modified to require target as first argument
1395+
visualReport(target: Target, blockId: string, value: any): void;
13951396

13961397
_primitives: Record<string, Function>;
13971398

0 commit comments

Comments
 (0)