Enable experimental web platform features

This will facilitate #13880
This commit is contained in:
Nathan Sobo
2017-04-13 12:53:56 -06:00
committed by Thomas Johansen
parent c638f8693a
commit 1f068bde62

View File

@@ -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)