We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf9990 commit d9ba071Copy full SHA for d9ba071
lib/sync.js
@@ -56,7 +56,7 @@ function Sync(args) {
56
this.initialise(args, function (err) {
57
if (err) {
58
log('Content sync failed with errors');
59
- log(error(err));
+ log(error(err.message || JSON.stringify(err)));
60
process.exit(1);
61
}
62
log(success('Content sync initialization completed successfully!\n'));
0 commit comments