Skip to content

Commit

Permalink
readd this
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 committed Nov 17, 2024
1 parent 5f7d874 commit 4314e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2430,6 +2430,7 @@ static DictuInterpretResult runWithBreakFrame(DictuVM *vm, int breakFrame) {
Value file = frame->slots[slot];
ObjFile *fileObject = AS_FILE(file);
fclose(fileObject->file);

DISPATCH();
}
}
Expand Down

0 comments on commit 4314e24

Please sign in to comment.