mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
1.5.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user