mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
Call getDevResourcePath
This commit is contained in:
@@ -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._) {
|
||||
|
||||
Reference in New Issue
Block a user