summaryrefslogtreecommitdiff
path: root/includes/libs/jsminplus.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/libs/jsminplus.php')
-rw-r--r--includes/libs/jsminplus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/jsminplus.php b/includes/libs/jsminplus.php
index ed0382cf..99cf399b 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);