Skip to content

Commit

Permalink
index,app: remove harmony switch
Browse files Browse the repository at this point in the history
We aren't using any harmony features so there is no reason to add this
flag.
  • Loading branch information
evanlucas committed Jun 26, 2017
1 parent 164b639 commit db3bf32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const app = electron.app
const path = require('path')
const shortcuts = electron.globalShortcut
const fs = require('fs')
const v8 = require('v8')
v8.setFlagsFromString('--harmony')

const name = 'EyeAreSee'
const index = `file://${path.join(__dirname, 'views', 'index.html')}`
Expand Down
1 change: 0 additions & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function App(opts) {
this.version = opts.version
this.window = opts.window
this.handleEvents()
app.commandLine.appendSwitch('js-flags', '--harmony')
}
inherits(App, EE)

Expand Down

0 comments on commit db3bf32

Please sign in to comment.