为什么 PostMan 在 100 行代码后总是显示 "too many errors"?

Why does PostMan always show "too many errors" after 100 lines of code?

我对 PostMan 代码编辑器中的错误消息感到很困惑。 100行代码后可见:

例如

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

Postman 在第 100 行显示警告标记:

鼠标悬停时,会显示此错误消息

但是为什么呢?该代码在语法上似乎是正确的,即使它在语义上毫无意义。

根据 this GitHub issue.

,这是一个已知错误