@rbxts/covenant 1.5.13 → 1.5.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.
- package/package.json +1 -1
- package/src/covenant.luau +2 -2
package/package.json
CHANGED
package/src/covenant.luau
CHANGED
|
@@ -171,7 +171,7 @@ do
|
|
|
171
171
|
local _internalStringifiedComponents = self.internalStringifiedComponents
|
|
172
172
|
local _stringifiedComponent = stringifiedComponent
|
|
173
173
|
local _condition = not (_internalStringifiedComponents[_stringifiedComponent] ~= nil)
|
|
174
|
-
if _condition then
|
|
174
|
+
if not _condition then
|
|
175
175
|
local _prioritizedStringifiedComponents = self.prioritizedStringifiedComponents
|
|
176
176
|
local _stringifiedComponent_1 = stringifiedComponent
|
|
177
177
|
_condition = _prioritizedStringifiedComponents[_stringifiedComponent_1] ~= nil
|
|
@@ -316,7 +316,7 @@ do
|
|
|
316
316
|
local _internalStringifiedComponents = self.internalStringifiedComponents
|
|
317
317
|
local _stringifiedComponent = stringifiedComponent
|
|
318
318
|
local _condition = not (_internalStringifiedComponents[_stringifiedComponent] ~= nil)
|
|
319
|
-
if _condition then
|
|
319
|
+
if not _condition then
|
|
320
320
|
local _prioritizedStringifiedComponents = self.prioritizedStringifiedComponents
|
|
321
321
|
local _stringifiedComponent_1 = stringifiedComponent
|
|
322
322
|
_condition = _prioritizedStringifiedComponents[_stringifiedComponent_1] ~= nil
|