@rbxts/app-forge 0.7.2-alpha.13 → 0.7.2-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,6 +34,9 @@ do
|
|
|
34
34
|
local config = _binding.config
|
|
35
35
|
local render = _binding.render
|
|
36
36
|
local forge = _binding.forge
|
|
37
|
+
if not (next(AppRegistry) == nil) then
|
|
38
|
+
return warn("AppRegistry is EMPTY, make sure you have the paths using the decorators added")
|
|
39
|
+
end
|
|
37
40
|
if not forge.__px then
|
|
38
41
|
local _debug = forge.debug
|
|
39
42
|
local _result = config
|