bcpeinhardt / simplifile

Simple file operations for Gleam that work on all targets (Erlang/Node/Deno)
71 stars 10 forks source link

fix fileninfo attribute names for the js target #31

Closed PhilTaken closed 3 months ago

PhilTaken commented 3 months ago

I adjusted the attribute names to align with the respective names of the gleam record type. previously, these attributes would just be Nil

bcpeinhardt commented 3 months ago

Ah thank you! I push this out quickly for someone who really just needed the erlang side, appreciate the fix!