We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8934dd commit 61ad5bdCopy full SHA for 61ad5bd
1 file changed
src/hashing/base.ts
@@ -43,7 +43,7 @@ export abstract class BaseHasher {
43
44
// load the salt value based on the config
45
this.saltValue = config.salt.value;
46
- log(`[DEBUG] Instantiated hasher; saltLen='${this.saltValue.length}', config='${JSON.stringify(this.config, null, 4)}'`);
+ log(`[DEBUG] Instantiated hasher; saltLen='${this.saltValue.length}', config='${JSON.stringify(this.config)}'`);
47
}
48
49
// Generates a hash based on the configuration from an already concatenated string
0 commit comments