mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
committed by
Thomas Johansen
parent
c638f8693a
commit
1f068bde62
@@ -22,6 +22,8 @@ module.exports = function start (resourcePath, startTime) {
|
||||
const previousConsoleLog = console.log
|
||||
console.log = nslog
|
||||
|
||||
app.commandLine.appendSwitch('enable-experimental-web-platform-features')
|
||||
|
||||
const args = parseCommandLine(process.argv.slice(1))
|
||||
atomPaths.setAtomHome(app.getPath('home'))
|
||||
atomPaths.setUserData(app)
|
||||
|
||||
Reference in New Issue
Block a user