Update keydive.js
This commit is contained in:
parent
e6f97e0649
commit
1836a2245c
|
@ -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`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue