@hey-api/openapi-ts 0.61.1 → 0.61.3

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/bin/index.cjs CHANGED
@@ -114,7 +114,7 @@ async function start() {
114
114
  if (!context[0] || !context[0].config.watch) {
115
115
  process.exit(0);
116
116
  }
117
- } catch (error) {
117
+ } catch {
118
118
  process.exit(1);
119
119
  }
120
120
  }