Fix macOS 11 deprecation

This commit is contained in:
Maurice Parker 2020-08-02 13:37:09 -05:00
parent 69fc39ff99
commit 8337306858
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ final class SendToMicroBlogCommand: ExtensionPoint, SendToCommand {
return
}
let _ = try? NSWorkspace.shared.open(url, options: [], configuration: [:])
NSWorkspace.shared.open(url)
}
}