mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
change atomproject key
This commit is contained in:
@@ -361,7 +361,7 @@ const crypto = require('crypto')
|
||||
// * Don't depend on (or write to) configuration keys outside of your keypath.
|
||||
//
|
||||
const schemaEnforcers = {}
|
||||
const PROJECT = '__project' + crypto.randomBytes(20).toString('hex')
|
||||
const PROJECT = '__atomproject__'
|
||||
|
||||
class Config {
|
||||
static addSchemaEnforcer (typeName, enforcerFunction) {
|
||||
|
||||
Reference in New Issue
Block a user