Closed
Description
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.