Skip to content

Commit 8be9720

Browse files
committed
Updated POSIXError
1 parent 64c90c4 commit 8be9720

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/BluetoothLinux/POSIXError.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ internal extension POSIXError {
3434

3535
self.init(_nsError: NSPOSIXError(code, function: function, file: file, line: line))
3636
}
37+
}
38+
39+
public extension POSIXError {
3740

3841
var debugInformation: String? {
3942
return userInfo[NSPOSIXError.debugInformationKey] as? String

0 commit comments

Comments
 (0)