Skip to content

Commit 4b2c745

Browse files
authored
Fix error: unknown sketch function circle (#6012)
1 parent bb98302 commit 4b2c745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lang/std/sketch.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3753,6 +3753,7 @@ export function isAbsoluteLine(lineCall: CallExpressionKw): boolean | Error {
37533753
return new Error(
37543754
`${name} call has neither ${ARG_END} nor ${ARG_END_ABSOLUTE} params`
37553755
)
3756+
case 'circle':
37563757
case 'circleThreePoint':
37573758
return false
37583759
}

0 commit comments

Comments
 (0)