X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Fjsminplus.php;h=99cf399bd94d5ef67e7f33bf1eb379bcacf15aba;hb=3599ebf004cee683b7d90591c2422f3b7ff54c84;hp=ed0382cf5337d27ad7bf44b329a78491f5fdcd58;hpb=69083eac4e92f0e2e7954c1480bf31bed0f4e787;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/jsminplus.php b/includes/libs/jsminplus.php index ed0382cf53..99cf399bd9 100644 --- a/includes/libs/jsminplus.php +++ b/includes/libs/jsminplus.php @@ -1017,7 +1017,7 @@ class JSParser case KEYWORD_CATCH: case KEYWORD_FINALLY: - throw $this->t->newSyntaxError($tt + ' without preceding try'); + throw $this->t->newSyntaxError($tt . ' without preceding try'); case KEYWORD_THROW: $n = new JSNode($this->t);