Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Created December 11, 2024 at 3:49 PM
Updated December 11, 2024 at 4:41 PM
Resolved December 11, 2024 at 4:41 PM
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
Example: https://github.com/coldbox-modules/twilio-sdk/actions/runs/12279373814/job/34263273273
Not 100% sure if this is a BL issue or a TestBox reporter issue.
The stack frame in the text reporter is output to the console as:
14: var res = twilioClient 15: .lookup( phoneNumber = "415-701-2311" ) 16: .withBasicAuth( getSystemSetting( "TWILIO_ACCOUNT_SID" ), getSystemSetting( "TWILIO_AUTHTOKEN" ) ) 17: .send(); 18:
The HTML encoding should only be applied to browser output.