geert-janklaps / cds-launchpad-plugin

Launchpad Plugin for demo / development / testing SAP CAP-based projects
MIT License
12 stars 15 forks source link

TypeError: content.replace is not a function #22

Closed ghost closed 9 months ago

ghost commented 9 months ago

node_modules\cds-launchpad-plugin\src\index.ts:74:39

Shows sometimes and somitemens not... Cause is that: https://github.com/geert-janklaps/cds-launchpad-plugin/blob/c1ff2e19b371f2a5821491c3ebae8e1266b2c0e3/dist/index.js#L87

Sometime content is of type bytestream. For me a single .toString() does the trick.

Am I the only one?

@fabiantschirschnitz

GoWale commented 9 months ago

Should be fixed with: version 2.1.3.

See change in PR: https://github.com/geert-janklaps/cds-launchpad-plugin/pull/19