Skip to content

Commit

Permalink
🐛 fix: square reporter
Browse files Browse the repository at this point in the history
Signed-off-by: FurryR <[email protected]>
  • Loading branch information
FurryR committed Sep 21, 2024
1 parent 32d7153 commit be80f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/blockly/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function _ReporterBase(
): BlockDescriptor {
const prepatch = (Blockly: BlocklyInstance, block: Block) => {
const SHAPE_MAP = {
square: Blockly.OUTPUT_SHAPE_ROUND,
square: Blockly.OUTPUT_SHAPE_SQUARE,
round: Blockly.OUTPUT_SHAPE_ROUND,
hexagon: Blockly.OUTPUT_SHAPE_HEXAGONAL
} as const
Expand Down

0 comments on commit be80f9f

Please sign in to comment.