sindresorhus/electron-dl

Overwrite Option is flase. but, the same file name is specified in the directory, it is overwritten.

Open

#144 opened on Oct 26, 2021

View on GitHub
 (3 comments) (4 reactions) (0 assignees)JavaScript (1,206 stars) (136 forks)user submission
bughelp wanted

Description

The overwrite option was false and the file option was used. If the file name is the same, it will continue to be overwritten with one file.

ex. filename : "a" The motion I want: "a", "a(1)" Current motion: "a"

Contributor guide

Overwrite Option is flase. but, the same file name is specified in the directory, it is overwritten. · sindresorhus/electron-dl#144 | Good First Issue