1

Im quite confused about an error message in the PostMan Code-Editor. It becomes visible after 100 lines of code:

e.g.

tests["good test"] = true; //written 100 times

Postman displays a warning marker on line 100: warning

On mouseover, this error message is shown

too many errors

But why? The code seems to be syntactically correct, even if it makes no sense semantically.

DieGraueEminenz
  • 830
  • 2
  • 8
  • 18

1 Answers1

1

Its a known bug according this GitHub issue.

MauriceNino
  • 6,214
  • 1
  • 23
  • 60