mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +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) {
|
||||
console.log(givenMessage);
|
||||
console.log('%c[index.js, snackbarLog]', 'color: green;', givenMessage);
|
||||
var data = {
|
||||
message: givenMessage,
|
||||
timeout: 2000
|
||||
|
Loading…
x
Reference in New Issue
Block a user