We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06f1ca1 + 61c1ef6 commit 2a38583Copy full SHA for 2a38583
lib/load-config.js
@@ -58,6 +58,7 @@ module.exports.decryptEncryptedConfig = () => {
58
const decrypted = await decrypt(process.env[key])
59
.catch((e) => {
60
logger.error(`Load-config: Failed to decrypt ${key}: ${e}`)
61
+ throw e
62
})
63
logger.debug(`Load-config: Decrypted ${key}`)
64
process.env[keyWithoutPrefix] = decrypted
0 commit comments