From 64675e7e5394a88996dc5d92e71b91e96f457dbd Mon Sep 17 00:00:00 2001 From: DieMyst Date: Thu, 8 Aug 2019 17:24:51 +0300 Subject: [PATCH] fix compilation --- assembly/decoder.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assembly/decoder.ts b/assembly/decoder.ts index 07c16e4..4f56b82 100644 --- a/assembly/decoder.ts +++ b/assembly/decoder.ts @@ -228,6 +228,9 @@ export class JSONDecoder { savedIndex = this.state.readIndex; } } + + // just to help to compile + return ""; } private readEscapedChar(): string {