mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
Reorganize and clean up plugin
This commit is contained in:
@@ -161,7 +161,10 @@ function Reconciler:__reify(virtualInstancesById, id, parent)
|
||||
end)
|
||||
|
||||
if not ok then
|
||||
error(("Couldn't create an Instance of type %q, a child of %s"):format(virtualInstance.ClassName, parent:GetFullName()))
|
||||
error(("Couldn't create an Instance of type %q, a child of %s"):format(
|
||||
virtualInstance.ClassName,
|
||||
parent:GetFullName()
|
||||
))
|
||||
end
|
||||
|
||||
for key, value in pairs(virtualInstance.Properties) do
|
||||
|
||||
Reference in New Issue
Block a user