mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Always assign paths
This commit is contained in:
@@ -69,7 +69,7 @@ class Project extends Model
|
||||
|
||||
if Grim.includeDeprecatedAPIs and path?
|
||||
Grim.deprecate("Pass 'paths' array instead of 'path' to project constructor")
|
||||
paths ?= _.compact([path])
|
||||
paths ?= _.compact([path])
|
||||
|
||||
@setPaths(paths)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user