fix compilation

This commit is contained in:
DieMyst 2019-08-08 17:24:51 +03:00
parent a22567e8c8
commit 64675e7e53

View File

@ -228,6 +228,9 @@ export class JSONDecoder<JSONHandlerT extends JSONHandler> {
savedIndex = this.state.readIndex;
}
}
// just to help to compile
return "";
}
private readEscapedChar(): string {