Skip to content

Commit

Permalink
Whoops, forgot to commit this
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Nov 1, 2024
1 parent 1ccab17 commit 6d9e5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rbx_dom_lua/src/Error.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Error.Kind = {
UnknownProperty = "UnknownProperty",
PropertyNotReadable = "PropertyNotReadable",
PropertyNotWritable = "PropertyNotWritable",
CannotParseBinaryString = "CannotParseBinaryString",
Roblox = "Roblox",
}

Expand Down

0 comments on commit 6d9e5cc

Please sign in to comment.