Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update p.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic authored Oct 6, 2023
1 parent f69bb1f commit 579c203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/p.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit 579c203

Please sign in to comment.