Skip to content

Commit

Permalink
Update Sources/CrowdinSDK/CrowdinFileSystem/File.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Feb 6, 2025
1 parent b1433ab commit 457e0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/CrowdinSDK/CrowdinFileSystem/File.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class ReadWriteFile<T: ReadWriteProtocol>: File {
guard let file = self.file else { return }
file.write(to: self.path)
}

func read() {
self.file = T.read(from: self.path)
}
Expand Down

0 comments on commit 457e0e9

Please sign in to comment.