|
public var stackTrace: [String] |
As per the original Core.Debuggable protocol, this property should return an optional type: https://github.com/vapor/core/blob/18f2436bf7a6bc2224372c0885db2e0159af1649/Sources/Debugging/Debuggable.swift#L31
I can't access the contents of this property in use, as the protocol has an extension method that returns nil with the correct optionality.
postgres-kit/Sources/PostgreSQL/Utilities/PostgreSQLError.swift
Line 28 in 561fa79
As per the original
Core.Debuggableprotocol, this property should return an optional type: https://github.com/vapor/core/blob/18f2436bf7a6bc2224372c0885db2e0159af1649/Sources/Debugging/Debuggable.swift#L31I can't access the contents of this property in use, as the protocol has an extension method that returns
nilwith the correct optionality.