Skip to content

Commit

Permalink
Update frontend/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Bondarenko <alexey.bond.94.55@gmail.com>
  • Loading branch information
lynxchat4 and AlexeyBond authored Jan 27, 2025
1 parent a6a45ab commit d1b93de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
wakeLock.addEventListener('release', () => {
});
} catch (err) {
console.error(`${err.name}, ${err.message}`);
console.error("Ошибка при запросе WakeLock", err);
}
};
requestWakeLock();
Expand Down

0 comments on commit d1b93de

Please sign in to comment.