mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-15 04:06:19 +00:00
Added better console logs
This commit is contained in:
@@ -317,7 +317,7 @@ var common = (function() {
|
||||
function updateStatus(opt_message) {
|
||||
if (opt_message) {
|
||||
statusText = opt_message;
|
||||
console.log('common.js: ' + statusText);
|
||||
console.log('%c[updateStatus, common.js]', 'color: gray;', statusText);
|
||||
}
|
||||
var statusField = document.getElementById('statusField');
|
||||
if (statusField) {
|
||||
|
||||
Reference in New Issue
Block a user