mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
Move env assignment into parseCommandLine
A bit of a misnomer but makes things more testable so I’ll accept it until we can do more overhaul.
This commit is contained in:
@@ -21,7 +21,6 @@ console.log = require('nslog')
|
||||
|
||||
function start () {
|
||||
const args = parseCommandLine(process.argv.slice(1))
|
||||
args.env = process.env
|
||||
setupAtomHome(args)
|
||||
setupCompileCache()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user