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.
1 parent 1fb308a commit 5a6463dCopy full SHA for 5a6463d
src/utils/app-info-parser/zip.js
@@ -42,7 +42,7 @@ class Zip {
42
regex = decodeNullUnicode(regex);
43
return new Promise((resolve, reject) => {
44
this.unzip.getBuffer([regex], { type }, (err, buffers) => {
45
- console.log(buffers);
+ // console.log(buffers);
46
err ? reject(err) : resolve(buffers[regex]);
47
});
48
0 commit comments