mirror of
https://github.com/iptv-org/iptv
synced 2026-03-22 11:51:23 -04:00
Update file.ts
This commit is contained in:
@@ -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 || ''
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user