summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/src/modules/Util.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/modules/Util.scala b/main/src/modules/Util.scala
index 029626fe..20f06d8f 100644
--- a/main/src/modules/Util.scala
+++ b/main/src/modules/Util.scala
@@ -14,6 +14,8 @@ object Util {
.stripPrefix("/**")
.stripPrefix("*/")
.stripPrefix("*")
+ .stripSuffix("**/")
+ .stripSuffix("*/")
.dropWhile(_.isWhitespace)
).toArray
.dropWhile(_.isEmpty)