mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2025-05-01 00:44:26 +02:00
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…
x
Reference in New Issue
Block a user