Don't default menu value

This commit is contained in:
Kevin Sawicki 2015-04-07 17:34:48 -07:00
parent 3954a5fd84
commit c69af727cf

View File

@ -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')