Skip to content

Commit

Permalink
added var name
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Dec 4, 2014
1 parent 01223f8 commit 243823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@
try {
out.obj = JSON.parse(response.content.data);
}
catch () {
catch (ex) {
// do not set out.obj
log ("unable to parse JSON content");
}
Expand Down

0 comments on commit 243823a

Please sign in to comment.