Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Enable experimental web platform features
Browse files Browse the repository at this point in the history
This will facilitate #13880
  • Loading branch information
Nathan Sobo authored and thomasjo committed Apr 19, 2017
1 parent 5504a54 commit ea61aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main-process/start.js
Expand Up @@ -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)
Expand Down

0 comments on commit ea61aaa

Please sign in to comment.