Call getDevResourcePath

This commit is contained in:
David Wilson
2018-08-21 06:43:28 -07:00
parent 4a218cbb7a
commit 7b50f72ac2

View File

@@ -120,7 +120,7 @@ module.exports = function parseCommandLine (processArgs) {
let pathsToOpen = []
let urlsToOpen = []
let devMode = args['dev']
let devResourcePath = getDevResourcePath
let devResourcePath = getDevResourcePath()
let resourcePath = null
for (const path of args._) {