Skip to content

Commit

Permalink
fix(publish) grizzly: error.message
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 20, 2015
1 parent 3bd9c72 commit 0c44905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
grizzly(null, data, function(error) {
if (!error)
emitter.emit('data', 'release: ok');
else
error.message.data = data;

callback(error);
});
Expand Down

0 comments on commit 0c44905

Please sign in to comment.