tdweb: 0.2.26

GitOrigin-RevId: 1bf20a7698f1f739ac4cf2dccbb68afafd07f10c
This commit is contained in:
Arseny Smirnov 2019-02-16 12:44:56 +03:00
parent aae567f0c0
commit 94613cfad1
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@arseny30/tdweb",
"version": "0.2.25",
"version": "0.2.26",
"description": "Javascript interface for TDLib (telegram library)",
"main": "dist/tdweb.js",
"files": [

View File

@ -553,7 +553,6 @@ class TdClient {
if (this.wasFatalError) {
return;
}
this.onFatalError('XXXX');
try {
while (true) {
let msg = this.td_functions.td_receive(this.client);