From 57e349acca9437d53d6e9170482312fe3de00cd2 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 3 Nov 2024 14:02:40 +0100 Subject: [PATCH] fix message --- keydive/keydive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keydive/keydive.js b/keydive/keydive.js index 453d94d..12fead0 100644 --- a/keydive/keydive.js +++ b/keydive/keydive.js @@ -204,7 +204,7 @@ const PrepareKeyRequest = (address) => { // print(Level.WARNING, `Failed to dump data for arg ${i}`); } } - !dumped && print(Level.ERROR, 'Failed to dump challenge.'); + !dumped && print(Level.ERROR, 'Failed to dump challenge'); } }); } @@ -441,7 +441,7 @@ const hookLibrary = (name) => { }); if (hooked.length < 3) { - print(Level.CRITICAL, 'Insufficient functions hooked.'); + print(Level.CRITICAL, 'Insufficient functions hooked'); return false; }