@offckb/cli 0.4.4-canary-c8d18ae.0 → 0.4.4-canary-c3742b9.0

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -2329,7 +2329,7 @@ function downloadCKBBinaryAndUnzip(version) {
2329
2329
  logger_1.logger.info(`CKB ${version} installed successfully.`);
2330
2330
  }
2331
2331
  catch (error) {
2332
- logger_1.logger.error('Error installing dependency binary:', error);
2332
+ logger_1.logger.error('Error installing dependency binary:', error.message);
2333
2333
  }
2334
2334
  });
2335
2335
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@offckb/cli",
3
- "version": "0.4.4-canary-c8d18ae.0",
3
+ "version": "0.4.4-canary-c3742b9.0",
4
4
  "description": "ckb development network for your first try",
5
5
  "author": "CKB EcoFund",
6
6
  "license": "MIT",