-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
| 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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working