13

And what the fuck is this supposed to mean?

Comments
  • 5
  • 4
    1 is undefined, duh
  • 7
    It should mean that someone's been using minified code without sourcemaps in the development environment, or that someone tried to parse production errors from console instead of using the corresponding debug symbols (a.k.a. sourcemaps since we're talking JS).
Add Comment