Skip to content

Commit

Permalink
Tidy up error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
nporteschaikin committed Jan 7, 2015
1 parent 6c846bc commit 2cdd415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tumblr/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Demo.prototype = {

handle_response: function (response) {
if (response.statusCode == 404) {
throw new Error(this.blog + 'is not a valid blog.');
throw new Error(this.blog + ' is not a valid blog.');
}
return response.body;
}
Expand Down

0 comments on commit 2cdd415

Please sign in to comment.