fmt
This commit is contained in:
@ -108,7 +108,11 @@ export const executor = (
|
||||
return _programMemory.root[arg.name]
|
||||
}
|
||||
})
|
||||
if ('lineTo' === functionName || 'close' === functionName || 'base' === functionName) {
|
||||
if (
|
||||
'lineTo' === functionName ||
|
||||
'close' === functionName ||
|
||||
'base' === functionName
|
||||
) {
|
||||
if (options.bodyType !== 'sketch') {
|
||||
throw new Error(
|
||||
`Cannot call ${functionName} outside of a sketch declaration`
|
||||
|
Reference in New Issue
Block a user