@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.
- package/build/index.js +1 -1
- 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
|
}
|