@firestartr/cli 1.49.0-snapshot-5 → 1.49.0-snapshot-7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -308003,7 +308003,7 @@ async function renderer_render(catalogScope, firestartrScope, claimList) {
|
|
|
308003
308003
|
}
|
|
308004
308004
|
catch (e) {
|
|
308005
308005
|
cdk8s_renderer_src_logger.error(e.message);
|
|
308006
|
-
throw
|
|
308006
|
+
throw e;
|
|
308007
308007
|
}
|
|
308008
308008
|
return result;
|
|
308009
308009
|
}
|