@rbxts/app-forge 0.6.0-alpha.48 → 0.6.0-alpha.49

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.
@@ -31,7 +31,8 @@ local function ExclusiveGroupRule(entry, forge)
31
31
  if _result_1 ~= group then
32
32
  return nil
33
33
  end
34
- if entrySource then
34
+ local childSource = forge:getSource(name)()
35
+ if entrySource and childSource then
35
36
  forge:close(name)
36
37
  changed = true
37
38
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.6.0-alpha.48",
3
+ "version": "0.6.0-alpha.49",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",