Skip to content

Commit

Permalink
unbreak error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Nov 22, 2013
1 parent a105180 commit be830e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offline.js
Expand Up @@ -20,7 +20,7 @@ function untar(file, dir, cb) {
err.message = (
err.message
+ '\n trying to unpack '
+ name + '@' + ver
+ file
)
cb(err)
})
Expand Down

0 comments on commit be830e1

Please sign in to comment.