@rbxts/covenant 1.5.8 → 1.5.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/covenant",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "main": "src/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
package/src/covenant.luau CHANGED
@@ -502,7 +502,7 @@ do
502
502
  local _arg0 = tostring(c)
503
503
  _undefinedStringifiedComponents[_arg0] = true
504
504
  if RunService:IsStudio() and self.logging then
505
- print(`{({ debug.info(1, "s") })}:{c}`)
505
+ print(`{(debug.info(1, "s"))}:{c}`)
506
506
  end
507
507
  return c
508
508
  end