We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed5b1c commit 44250a9Copy full SHA for 44250a9
1 file changed
src/config/loadConfig.ts
@@ -74,7 +74,7 @@ export function loadConfig({ configPath, algorithmId, embeddedSalt, usingUI=fals
74
}
75
// TODO: check sinature validity before salt injection
76
const configHash = generateConfigHash(configData);
77
- log('[INFO] Generated config hash:', configHash);
+ log(`[INFO] Generated config hash: ${configHash}`);
78
79
// fail if the signature is not OK
80
if (configHash !== configData.meta.signature) {
0 commit comments