Skip to content
Snippets Groups Projects
Commit 558b3b58 authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

debug logs

parent 7d39011a
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ class PDFparser { ...@@ -80,6 +80,7 @@ class PDFparser {
lib = pdflib.PDFNet; lib = pdflib.PDFNet;
} }
//will this work ?? //will this work ??
console.log(lib);
try { try {
yield lib.initialize(licenseKey); yield lib.initialize(licenseKey);
} }
......
...@@ -77,6 +77,7 @@ class PDFparser { ...@@ -77,6 +77,7 @@ class PDFparser {
} }
//will this work ?? //will this work ??
console.log(lib);
try { try {
await lib.initialize(licenseKey); await lib.initialize(licenseKey);
} catch (e) { } catch (e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment