diff --git a/get-info.js b/get-info.js index 9fc2d45d..135fc085 100644 --- a/get-info.js +++ b/get-info.js @@ -22,7 +22,7 @@ function getJSON(options, callback) { var data = JSON.parse(buffer); } catch(e) { - console.log("JSON fail"); + console.log("JSON fail: " + options); } callback(res.statusCode, data); });