fastly / js-compute-runtime

JavaScript SDK and runtime for building Fastly Compute applications
https://developer.fastly.com/learning/compute/javascript/
Apache License 2.0
193 stars 26 forks source link

fix: Fix string formatting for limit-exceeded errors #802

Closed elliottt closed 3 weeks ago

elliottt commented 3 weeks ago

The message for a limit-exceeded error was missing trailing spaces for a multi-line string, resulting in some words being concatenated together.