teak-cli 1.0.48 → 1.0.49

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1195,7 +1195,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1195
1195
  this._exitCallback = (err) => {
1196
1196
  if (err.code !== "commander.executeSubCommandAsync") {
1197
1197
  throw err;
1198
- }
1198
+ } else {}
1199
1199
  };
1200
1200
  }
1201
1201
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teak-cli",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "Command line client for Teak.",
5
5
  "type": "module",
6
6
  "bin": {