mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Quick-fix: snackback logging in the console
This commit is contained in:
parent
6257594085
commit
12f0be4149
@ -163,7 +163,7 @@ function stopBackgroundPollingOfHost(host) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function snackbarLog(givenMessage) {
|
function snackbarLog(givenMessage) {
|
||||||
console.log(givenMessage);
|
console.log('%c[index.js, snackbarLog]', 'color: green;', givenMessage);
|
||||||
var data = {
|
var data = {
|
||||||
message: givenMessage,
|
message: givenMessage,
|
||||||
timeout: 2000
|
timeout: 2000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user