mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Don't default menu value
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = (grunt) ->
|
||||
menuPath = path.join(menusPath, "#{process.platform}.json")
|
||||
menu = CSON.readFileSync(menuPath) if fs.isFileSync(menuPath)
|
||||
rm menusPath
|
||||
menu ? {}
|
||||
menu
|
||||
|
||||
getKeymaps = (appDir) ->
|
||||
keymapsPath = path.join(appDir, 'keymaps')
|
||||
|
||||
Reference in New Issue
Block a user