mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Create .nojekill file
This commit is contained in:
parent
69041349a3
commit
3f1235f68a
2 changed files with 7 additions and 1 deletions
|
@ -104,7 +104,7 @@ helper.appendToFile = function(filename, data) {
|
|||
fs.appendFileSync(path.resolve(__dirname) + '/../' + filename, data)
|
||||
}
|
||||
|
||||
helper.createFile = function(filename, data) {
|
||||
helper.createFile = function(filename, data = '') {
|
||||
fs.writeFileSync(path.resolve(__dirname) + '/../' + filename, data)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue