Style: no more var
This commit is contained in:
@@ -2,8 +2,8 @@ module.exports = {
|
||||
init
|
||||
}
|
||||
|
||||
var config = require('./config')
|
||||
var electron = require('electron')
|
||||
const config = require('./config')
|
||||
const electron = require('electron')
|
||||
|
||||
function init () {
|
||||
electron.crashReporter.start({
|
||||
|
||||
Reference in New Issue
Block a user