mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
var -> const
This commit is contained in:
@@ -4,7 +4,7 @@ const {ipcMain} = require('electron')
|
||||
|
||||
module.exports = class AtomPortable {
|
||||
static getPortableAtomHomePath () {
|
||||
var execDirectoryPath = path.dirname(process.execPath)
|
||||
const execDirectoryPath = path.dirname(process.execPath)
|
||||
return path.join(execDirectoryPath, '..', '.atom')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user