Skip to content

Commit

Permalink
Update Runtime.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rimuy authored Feb 11, 2024
1 parent 617260f commit eee1ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runtime.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type StackFrame = {
discriminator: string | number,
}

type RefTable = { [string]: Instance }
export type RefTable = { [string]: Instance }

local stack: { StackFrame } = {}

Expand Down

0 comments on commit eee1ef5

Please sign in to comment.