Skip to content

Commit c628109

Browse files
author
Alex D
committed
finished tests
1 parent f882b06 commit c628109

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/compiler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ export class Run {
337337
const emitter = !binOutput
338338
? new EmitterLua(program.getTypeChecker(), undefined, cmdLineOptions || {}, false)
339339
: new Emitter(program.getTypeChecker(), undefined, cmdLineOptions || {}, false);
340+
(<any>s).__path = currentFile;
340341
emitter.processNode(s);
341342
emitter.save();
342343

0 commit comments

Comments
 (0)