RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
726 stars 114 forks source link

Crash when image contains cyrillic characters in name #44

Closed osipxd closed 3 years ago

osipxd commented 3 years ago
$ figma-export images "АБВГД"
2020-11-27T09:19:02+0300 info: Using FigmaExport to export images to Android Studio project.
2020-11-27T09:19:02+0300 info: Fetching images info from Figma. Please wait...
2020-11-27T09:19:06+0300 info: Processing images...
2020-11-27T09:19:06+0300 info: Downloading remote files...
fish: 'figma-export images "…' terminated by signal SIGILL (Illegal instruction)

I think figma-export should throw an exception instead of a silent crash

subdan commented 3 years ago

Thanks. I will fix it by the end of the week.

subdan commented 3 years ago

I've released new version 0.18.1 which fixes this issue

osipxd commented 3 years ago

Blazing fast! Thanks!