Skip to content

Commit c98541b

Browse files
Merge branch 'master' of github.com:programmfabrik/fylr-plugin-custom-data-type-k10plus
2 parents b29ab7d + fc22cec commit c98541b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/updater/k10plusUpdater.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ outputErr = (err2) => {
270270
// availabilityCheck for k10plus-api
271271
////////////////////////////////////////////////////////////////////////////
272272
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);
273274
https.get(testURL, res => {
274275
let testData = [];
275276
res.on('data', chunk => {
@@ -315,4 +316,4 @@ outputErr = (err2) => {
315316
console.error("kein Accesstoken gefunden");
316317
}
317318

318-
})();
319+
})();

0 commit comments

Comments
 (0)