Skip to content

Commit

Permalink
Update CEWorkspaceFileManager+FileManagement.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoLarranaga authored Oct 23, 2024
1 parent acb51a9 commit 84d48e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ extension CEWorkspaceFileManager {
do {
try fileManager.removeItem(at: file.url)
} catch {
fatalError(error.localizedDescription)
print(error.localizedDescription)
}
}
}
Expand Down

0 comments on commit 84d48e3

Please sign in to comment.