Upgrade TypeScript to 4.4 and adapt code

This commit is contained in:
Simon Warta
2021-11-24 13:26:36 +01:00
parent bb1b93f749
commit 28ddfeb45c
30 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export class TsRepl {
result: result,
error: null,
};
} catch (error) {
} catch (error: any) {
if (this.debuggingEnabled) {
console.info("Current REPL TypeScript program:");
console.info(this.evalData.input);