fix message

This commit is contained in:
hyugogirubato 2024-11-03 14:02:40 +01:00
parent 2e86febb25
commit 57e349acca
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ const PrepareKeyRequest = (address) => {
// print(Level.WARNING, `Failed to dump data for arg ${i}`); // 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) { if (hooked.length < 3) {
print(Level.CRITICAL, 'Insufficient functions hooked.'); print(Level.CRITICAL, 'Insufficient functions hooked');
return false; return false;
} }