소스 검색

HUE-7695 [editor] Limit suggested values for the syntax checker

Johan Ahlen 8 년 전
부모
커밋
9a85e8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -3956,7 +3956,7 @@
               return a.distance - b.distance
             });
             token.syntaxError = {
-              expected: weightedExpected
+              expected: weightedExpected.slice(0, 50)
             };
             token.notFound = true;