From 579c203e5bd869c6cfa34d60a247ea7f4f6064ac Mon Sep 17 00:00:00 2001 From: Runic <49625808+R-unic@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:16:13 -0400 Subject: [PATCH] Update p.ts --- tools/p.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/p.ts b/tools/p.ts index d32e6a0b..d9397fe3 100644 --- a/tools/p.ts +++ b/tools/p.ts @@ -76,6 +76,6 @@ export default class P { this.binder = new Binder; this.resolver = new Resolver; this.typeChecker = new TypeChecker; - this.interpreter = new Interpreter(this, this.resolver, this.binder, this.fileName); + this.interpreter = new Interpreter(this, this.resolver, this.binder, this.interpreter.fileName); } } \ No newline at end of file