jetfire icon indicating copy to clipboard operation
jetfire copied to clipboard

bug in error construction?

Open Evgeny-A opened this issue 7 years ago • 1 comments

Is this line correct?

https://github.com/acmacalister/jetfire/blob/2a0811d5db6be2451a788b71724ad714ff334610/JFRWebSocket.m#L779

Shouldn't it be this way:

details[NSLocalizedDescriptionKey] = detail;

Evgeny-A avatar Sep 06 '17 21:09 Evgeny-A

You are correct. I'm working on updating Jetfire to better match what we are doing in the Swift version, so I will roll this fix in there.

acmacalister avatar Oct 10 '17 00:10 acmacalister