Fix log level

This commit is contained in:
sayhiben
2024-08-10 22:10:51 -07:00
parent a3ac672769
commit e14947b06e

View File

@@ -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)