Skip to content

Commit 44250a9

Browse files
committed
[skip ci] fix log of config sig
1 parent fed5b1c commit 44250a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/loadConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function loadConfig({ configPath, algorithmId, embeddedSalt, usingUI=fals
7474
}
7575
// TODO: check sinature validity before salt injection
7676
const configHash = generateConfigHash(configData);
77-
log('[INFO] Generated config hash:', configHash);
77+
log(`[INFO] Generated config hash: ${configHash}`);
7878

7979
// fail if the signature is not OK
8080
if (configHash !== configData.meta.signature) {

0 commit comments

Comments
 (0)