Kaynağa Gözat

Update protobuf.js

Lutz Roeder 4 yıl önce
ebeveyn
işleme
716a421626
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      source/protobuf.js

+ 1 - 1
source/protobuf.js

@@ -1066,7 +1066,7 @@ protobuf.TextReader = class {
                     do {
                         c = this._decoder.decode();
                         if (c === undefined) {
-                            this._token === undefined;
+                            this._token = undefined;
                             return;
                         }
                     }