1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 17:00:00 +02:00
This commit is contained in:
Justin Lin
2022-04-01 13:25:32 +08:00
parent 62e129614f
commit 48315257b1

View File

@@ -1,7 +1,7 @@
function _find_eq(lt, target, eq) =
is_undef(eq) ? (
let(found = search([target], lt)[0])
found == [] ? - 1 : found
found == [] ? -1 : found
) : (
let(
leng = len(lt),