Fix lint
This commit is contained in:
parent
40125ca73b
commit
dd1cc314d0
|
|
@ -141,7 +141,7 @@ window._qutebrowser.stylesheet = (function() {
|
|||
} catch (exc) {
|
||||
if (exc instanceof DOMException && exc.name === "SecurityError") {
|
||||
// FIXME:qtwebengine This does not work for cross-origin frames.
|
||||
console.log(`Failed to style frame: ${exc.message}`)
|
||||
console.log(`Failed to style frame: ${exc.message}`);
|
||||
} else {
|
||||
throw exc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue