this post was submitted on 02 Oct 2023
1101 points (98.8% liked)

Programmer Humor

37575 readers
915 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] marcos@lemmy.world 28 points 2 years ago (2 children)

Ha. I've just got a report of "UnknownError at foo in line 162".

Line 162: bar();

Of course, there's a foo() nearby, and yeah the error is there. C# also has a problem with sourcemaps.

Anyway, the "UnknownError" is literal from the problem. And also, nothing has any problem at all, but foo() is from a proprietary 3rd party library...