mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
The CLJS branch of num-string? checked (string? v) first, but the JVM branch did not. Passing non-string values (nil, keywords, etc.) would rely on exception handling inside parse-double for control flow. Add the string? check for consistency and to avoid using exceptions for normal control flow.