Closed allenktv closed 7 years ago
Fix for #35
options.mode was always FILE_MODE_WRITE, because there was a typo on when getting the mode from optionsDict
options.mode
mode
optionsDict
With this, it can now properly parse and pass in the correct permissions for opening the file
Nice!
Fix for #35
options.mode
was always FILE_MODE_WRITE, because there was a typo on when getting themode
fromoptionsDict
With this, it can now properly parse and pass in the correct permissions for opening the file