Closed raitisbe closed 3 years ago
Describe the bug There seems to be a leftover debugger; line in the published dist build, which pauses any application using geostyler-legend when developer tools are opened.
To Reproduce Steps to reproduce the behavior:
case 1: _a = _b.sent(), olStyle = _a.output, errors = _a.errors; debugger; if (errors) {
Expected behavior All debugger; lines removed
Bugfix release is done. Compare https://unpkg.com/geostyler-legend@2.1.1/dist/LegendRenderer/LegendRenderer.js
Bug
Describe the bug There seems to be a leftover debugger; line in the published dist build, which pauses any application using geostyler-legend when developer tools are opened.
To Reproduce Steps to reproduce the behavior:
Expected behavior All debugger; lines removed