Skip to content

Commit e6b978c

Browse files
committed
oops
1 parent 891b47c commit e6b978c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lara/views/tweaks/DecryptView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ struct DecryptView: View {
257257

258258
// test?
259259
let frameworksPath = destAppPath + "/Frameworks"
260-
if fm.fileExists(atPath: frameworksPath) {
260+
if FileManager.default.fileExists(atPath: frameworksPath) {
261261
let contents: [String]?
262262
do {
263-
contents = try fm.contentsOfDirectory(atPath: frameworksPath)
263+
contents = try FileManager.default.contentsOfDirectory(atPath: frameworksPath)
264264
} catch {
265265
DispatchQueue.main.async {
266266
decryptingbid = nil

0 commit comments

Comments
 (0)