@kubb/core 0.37.23 → 0.37.25
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/dist/index.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -17024,8 +17024,8 @@ ${file.source}`
|
|
|
17024
17024
|
`;
|
|
17025
17025
|
if (this.logger?.spinner) {
|
|
17026
17026
|
this.logger.spinner.fail(text);
|
|
17027
|
-
throw e;
|
|
17028
17027
|
}
|
|
17028
|
+
throw e;
|
|
17029
17029
|
}
|
|
17030
17030
|
};
|
|
17031
17031
|
function noReturn() {
|