diff --git a/get-info.js b/get-info.js index 135fc085..2554d06b 100644 --- a/get-info.js +++ b/get-info.js @@ -23,6 +23,7 @@ function getJSON(options, callback) { } catch(e) { console.log("JSON fail: " + options); + return; } callback(res.statusCode, data); });