isaacscript-common 1.0.578 → 1.0.579

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.
@@ -15,7 +15,8 @@ function errorWithTraceback(message, level)
15
15
  end
16
16
  local tracebackOutput = getTraceback(nil)
17
17
  local slimmedTracebackOutput = slimTracebackOutput(nil, tracebackOutput)
18
- Isaac.DebugString(slimmedTracebackOutput)
18
+ message = message .. "\n"
19
+ message = message .. slimmedTracebackOutput
19
20
  return vanillaError(message, level + 1)
20
21
  end
21
22
  function slimTracebackOutput(self, tracebackOutput)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.0.578",
3
+ "version": "1.0.579",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",