refactor: replace var with const / let (#14866)
This commit is contained in:
parent
b42493e6e6
commit
c61db523c7
26 changed files with 195 additions and 201 deletions
2
spec/fixtures/api/quit-app/main.js
vendored
2
spec/fixtures/api/quit-app/main.js
vendored
|
@ -1,4 +1,4 @@
|
|||
var app = require('electron').app
|
||||
const { app } = require('electron')
|
||||
|
||||
app.on('ready', function () {
|
||||
// This setImmediate call gets the spec passing on Linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue