rbs icon indicating copy to clipboard operation
rbs copied to clipboard

Logger is missing

Open mullermp opened this issue 1 year ago • 0 comments

Logger appears to be missing, but I notice in the repo there is a reference to Logger already. Am I doing something wrong? rbs version 3.2.0.

sig/lib/hearth/http/client.rbs:6:80: [error] Cannot find type `Logger`
│ Diagnostic ID: RBS::UnknownTypeName
│
└       def transmit: (request: HTTP::Request, response: HTTP::Response, ?logger: Logger?) -> void

mullermp avatar Aug 29 '23 16:08 mullermp