mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Associate packageName metadata with scoped-properties/ deprecation
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
committed by
Max Brunsfeld
parent
c2da368463
commit
caf613e7c8
@@ -299,7 +299,7 @@ class Package
|
||||
|
||||
if fs.isDirectorySync(path.join(@path, 'scoped-properties'))
|
||||
settingsDirPath = path.join(@path, 'scoped-properties')
|
||||
deprecate("Store package settings files in the `settings` directory instead of `scoped-properties`")
|
||||
deprecate("Store package settings files in the `settings` directory instead of `scoped-properties`", packageName: @name)
|
||||
else
|
||||
settingsDirPath = path.join(@path, 'settings')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user