serverless-client-s3 icon indicating copy to clipboard operation
serverless-client-s3 copied to clipboard

Bugfix: Replace all the backslashes, not just the first.

Open arlobelshee opened this issue 9 years ago • 0 comments

The prior attempt at this bugfix used string.replace(str, str), which just replaces the first instance. Switched to using a regex replace so that it would replace globally.

arlobelshee avatar Jul 24 '16 02:07 arlobelshee