We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b29ab7d + fc22cec commit c98541bCopy full SHA for c98541b
1 file changed
src/updater/k10plusUpdater.js
@@ -270,6 +270,7 @@ outputErr = (err2) => {
270
// availabilityCheck for k10plus-api
271
////////////////////////////////////////////////////////////////////////////
272
let testURL = 'https://ws.gbv.de/suggest/csl2/?query=pica.tit=Nacht&citationstyle=ieee&language=de&count=3';
273
+ console.error("Asking for testurl:" + testURL);
274
https.get(testURL, res => {
275
let testData = [];
276
res.on('data', chunk => {
@@ -315,4 +316,4 @@ outputErr = (err2) => {
315
316
console.error("kein Accesstoken gefunden");
317
}
318
-})();
319
+})();
0 commit comments