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
But instead it creates foo (2).txt on Windows platform. I dug into the sources and found the fs option in add-filename-increment library. The following code will work correctly:
Hello!
I've found this issue when tried to use the
increment
option. In the empty folder I expect the following code to createfoo.txt
file:But instead it creates
foo (2).txt
on Windows platform. I dug into the sources and found thefs
option in add-filename-increment library. The following code will work correctly:The text was updated successfully, but these errors were encountered: