mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix log level
This commit is contained in:
@@ -337,7 +337,7 @@ async function main(argv) {
|
||||
})
|
||||
}
|
||||
if (msg.type === 'browse') {
|
||||
console.error('Attempting to browse URL:', msg.url)
|
||||
console.debug('Attempting to browse URL:', msg.url)
|
||||
try {
|
||||
ensureValidURL(msg.url)
|
||||
browseWindow.loadURL(msg.url)
|
||||
|
||||
Reference in New Issue
Block a user