Skip to content

Commit

Permalink
馃敡 sync error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed May 7, 2020
1 parent b064afb commit 3e225cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ exports.uploadToBucket = (bucket, complete) => {

let uploader = client.uploadDir(params)
uploader.on('error', (error) => {
this.error('unable to sync:', error.stack)
this.error('unable to sync: ' + error.stack)
})

uploader.on('progress', () => {
Expand Down

0 comments on commit 3e225cb

Please sign in to comment.