Skip to content

Commit d9ba071

Browse files
committed
backup
1 parent 6cf9990 commit d9ba071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Sync(args) {
5656
this.initialise(args, function (err) {
5757
if (err) {
5858
log('Content sync failed with errors');
59-
log(error(err));
59+
log(error(err.message || JSON.stringify(err)));
6060
process.exit(1);
6161
}
6262
log(success('Content sync initialization completed successfully!\n'));

0 commit comments

Comments
 (0)