OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_VERBOSE_ERRORS.yaml

12 lines
286 B
YAML

define: DUK_USE_VERBOSE_ERRORS
introduced: 1.0.0
default: true
tags:
- ecmascript
description: >
Provide error message strings and file/line information for errors generated
by Duktape.
When disabled, reduces footprint at the cost of much less informative
ECMAScript errors.