Merge pull request #24 from JohnDoe1964/patch-1

Update keydive.js
This commit is contained in:
hyugogirubato 2024-07-15 19:00:46 +02:00 committed by GitHub
commit a74384a6d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const disableLibrary = (name) => {
print(Level.ERROR, `${e.message} for ${func.name}`); print(Level.ERROR, `${e.message} for ${func.name}`);
} }
}); });
print(Level.INFO, `The library ${library.name} (${library.address}) has been disabled`); print(Level.INFO, `The library ${library.name} (${library.base}) has been disabled`);
} else { } else {
print(Level.DEBUG, `The library ${name} was not found`); print(Level.DEBUG, `The library ${name} was not found`);
} }