Explorar o código

Поправлен баг

Book Pauk %!s(int64=2) %!d(string=hai) anos
pai
achega
2fa48cdde6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/core/xml/XmlParser.js

+ 1 - 1
server/core/xml/XmlParser.js

@@ -336,7 +336,7 @@ class XmlParser extends NodeBase {
     each(callback, self = false) {
         if (self) {
             for (const n of this.rawNodes) {
-                if (callback(new NodeObject(n)) === false);
+                if (callback(new NodeObject(n)) === false)
                     return this;
             }
         } else {