@rbxts/app-forge 0.7.2-alpha.15 → 0.7.2-alpha.16
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.
|
@@ -35,7 +35,7 @@ do
|
|
|
35
35
|
local render = _binding.render
|
|
36
36
|
local forge = _binding.forge
|
|
37
37
|
if next(AppRegistry) == nil then
|
|
38
|
-
return warn("AppRegistry is EMPTY, make sure you have the paths using the decorators added")
|
|
38
|
+
return warn("AppRegistry is EMPTY, make sure you have the paths using the decorators added to flameworks path OR you tried rendering without any App assigned to the decorators")
|
|
39
39
|
end
|
|
40
40
|
if not forge.__px then
|
|
41
41
|
local _debug = forge.debug
|