-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
if let session = self.session {
session.requestItems(atPath: path!) { (result) in
self.title = self.path?.routablePath
switch result {
case .success(let items):
self.items = items
case .failure(let error):
self.items = []
print("FilesTableViewController failed to request files: (error)")
}
}
when we connect the Mac then result will be success and when we connect the window then show the failure. @filmicbuildbot @johnnyclem
Metadata
Metadata
Assignees
Labels
No labels