Iosevka/tools
Zenvie 20e40c2bad
fix(hashFile): use path.basename to get file name (#2209)
Previously, the hashFile function was using file.name to get the file name, which resulted in undefined values in the output file. This commit fixes that by using path.basename(file.full) instead, which correctly extracts the file name from the full path.
2024-02-22 11:58:27 -08:00
..
amend-readme Release 28.1.0 2024-02-04 03:27:31 -08:00
data-export Release 28.1.0 2024-02-04 03:27:31 -08:00
generate-samples Release 28.1.0 2024-02-04 03:27:31 -08:00
misc fix(hashFile): use path.basename to get file name (#2209) 2024-02-22 11:58:27 -08:00