瀏覽代碼

Update protobuf.js

Lutz Roeder 4 年之前
父節點
當前提交
716a421626
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
                         }
                     }