Closed FilipNest closed 8 years ago
If a caught error didn't have a stack it was crashing the system because err.stack[0].getLineNumber() didn't exist. Wrapped it a condition block.
err.stack[0].getLineNumber()
If a caught error didn't have a stack it was crashing the system because
err.stack[0].getLineNumber()
didn't exist. Wrapped it a condition block.