mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
Now logs are also displayed in console.
This commit is contained in:
parent
fcff5e365b
commit
d7416706fc
@ -148,4 +148,5 @@ function askingForRyzenAdjExecutablePath() {
|
||||
function appendLog(message) {
|
||||
var log_area = document.getElementById('logs');
|
||||
log_area.value += message + "\n";
|
||||
console.log(message);
|
||||
}
|
Loading…
Reference in New Issue
Block a user