mirror of
https://github.com/atom/atom.git
synced 2026-02-02 10:45:14 -05:00
Since files passed in command line won't trigger 'open-file' any more, there is no need to clean duplicate paths.
It also seems that there is a typo...
This commit is contained in:
@@ -25,7 +25,6 @@ delegate.browserMainParts.preMainMessageLoopRun = ->
|
||||
|
||||
args.pathsToOpen = args.pathsToOpen.map (pathToOpen) ->
|
||||
path.resolve(args.executedFrom ? process.cwd(), pathToOpen)
|
||||
args.pathToOpen = _.uniq(args.pathsToOpen)
|
||||
|
||||
AtomApplication.open(args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user