nolimit-x 1.0.44 → 1.0.45

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/package.json +1 -1
  2. package/src/cli.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nolimit-x",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Advanced email sender ",
5
5
  "main": "src/cli.js",
6
6
  "bin": {
package/src/cli.js CHANGED
@@ -231,6 +231,7 @@ async function initSMSWorkspace(workspace) {
231
231
  spinner.succeed('Template ready');
232
232
  } catch (error) {
233
233
  spinner.fail("Error during SMS workspace initialization.");
234
+ console.error(error);
234
235
  process.exit(1);
235
236
  }
236
237
  }