mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Make scheme const
This commit is contained in:
@@ -316,7 +316,7 @@ describe('chromium feature', function () {
|
||||
describe('window.opener security', function () {
|
||||
this.timeout(10000)
|
||||
|
||||
let scheme = 'other'
|
||||
const scheme = 'other'
|
||||
let url = `${scheme}://${fixtures}/pages/window-opener-location.html`
|
||||
let w = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user