mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2025-05-01 00:44:26 +02:00
Simplified disabled library
This commit is contained in:
parent
f3819ce935
commit
e1a5657424
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Date: 2024-07-12
|
* Date: 2024-07-27
|
||||||
* Description: DRM key extraction for research and educational purposes.
|
* Description: DRM key extraction for research and educational purposes.
|
||||||
* Source: https://github.com/hyugogirubato/KeyDive
|
* Source: https://github.com/hyugogirubato/KeyDive
|
||||||
*/
|
*/
|
||||||
@ -113,9 +113,9 @@ const disableLibrary = (name) => {
|
|||||||
print(Level.DEBUG, `${e.message} for ${funcName}`);
|
print(Level.DEBUG, `${e.message} for ${funcName}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
print(Level.INFO, `The library ${library.name} (${library.base}) has been disabled`);
|
print(Level.INFO, `Library ${library.name} (${library.path}) has been disabled`);
|
||||||
} else {
|
} else {
|
||||||
print(Level.INFO, `The library ${name} was not found`);
|
print(Level.INFO, `Library ${name} was not found`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user