From 312be4772c877191e0c6d8a6e6d4f58d93111d37 Mon Sep 17 00:00:00 2001 From: john19696 Date: Fri, 23 Sep 2022 11:38:15 +0100 Subject: [PATCH] rsdix --- src/core/operations/GenerateAllHashes.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/GenerateAllHashes.mjs b/src/core/operations/GenerateAllHashes.mjs index 41817e25..02e0016f 100644 --- a/src/core/operations/GenerateAllHashes.mjs +++ b/src/core/operations/GenerateAllHashes.mjs @@ -147,7 +147,7 @@ class GenerateAllHashes extends Operation { } } // output the values base on the args: length & names - if (length === "All" || value.length === parseInt(length)) { + if (length === "All" || value.length === parseInt(length, 10)) { if (names) { output += hash.name + ":" + " ".repeat(13-hash.name.length); }