From c1628b106c31272af12305fd34ce7c56ed45f9a1 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Tue, 15 Oct 2019 20:57:30 +0200 Subject: [PATCH] init wiki --- wiktionary.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wiktionary.js b/wiktionary.js index 3c74ed0..5482618 100644 --- a/wiktionary.js +++ b/wiktionary.js @@ -35,6 +35,7 @@ var verify_word = function verify_word(word) { "srwhat": "nearmatch" }); req.end(function (res) { + console.log(res) if (res.error) reject(res.error); var data = res.body.query.search; if (data.length == 0) {