You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
The replace parameter in createDir(path, dirName, replace) function inside the file plugin is not properly implemented. It should be negated. Currently, when replace is true, if the directory exists, an error is thrown. When replace is false, if the directory exists, it is replaced. The behaviour should be opposite.
It is the same fix applied to the function createFile() in commit 14e41a3.
Best regards,
Xavi
The text was updated successfully, but these errors were encountered:
Hi!
The
replace
parameter increateDir(path, dirName, replace)
function inside the file plugin is not properly implemented. It should be negated. Currently, when replace is true, if the directory exists, an error is thrown. When replace is false, if the directory exists, it is replaced. The behaviour should be opposite.It is the same fix applied to the function createFile() in commit 14e41a3.
Best regards,
Xavi
The text was updated successfully, but these errors were encountered: