This commit is contained in:
Alexander Cerutti
2018-12-11 22:19:06 +01:00
parent cf5c99b16a
commit e57f08d605
3 changed files with 3 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ const forge = require("node-forge");
const archiver = require("archiver");
const debug = require("debug");
const got = require("got");
const barcodeDebug = debug("passkit:barcode");
const genericDebug = debug("passkit:generic");
const loadDebug = debug("passkit:load");
@@ -741,7 +742,6 @@ function readCertificates(certificates) {
}).catch(err => {
if (!err.path) {
// Catching error from '.then()';
console.log("Got an error");
throw err;
}