mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update file.ts
This commit is contained in:
parent
f7fcb87d28
commit
fe7e768829
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export class File {
|
|||
content: string
|
||||
|
||||
constructor(filepath: string, content?: string) {
|
||||
this.filepath = filepath
|
||||
this.filepath = path.normalize(filepath)
|
||||
this.content = content || ''
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue