Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
joehand committed Mar 27, 2017
1 parent 57fa2e4 commit b69b135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ dat(src, dest, argv, function (archive, swarm, importProgress) {
if (!importProgress) downloadUI()
})

if (!importProgress) return output[0][0] = 'Connecting...'
if (!importProgress) {
output[0][0] = 'Connecting...'
return
}

var bar
output[0][0] = `dat://${archive.key.toString('hex')}`
Expand Down

0 comments on commit b69b135

Please sign in to comment.