This commit is contained in:
freearhey 2021-03-11 18:23:22 +03:00
parent 158c318d99
commit 3b08799772
4 changed files with 54 additions and 53 deletions

View file

@ -77,7 +77,7 @@ async function main() {
utils.createDir(path.dirname(config.filename))
utils.writeToFile(config.filename, xml)
console.log(`File '${config.filename}' successfully updated`)
console.log('Finish')
console.log('Finish\r\n')
}
main()